Lab7/.gitea/workflows/main.c
pielakm eefdeddb56
Some checks failed
First CI / build (push) Failing after 17s
edycja ci.yml
2024-11-22 13:58:19 +01:00

7 lines
75 B
C

#include <stdio.h>
int main()
{
printf("Halo, Welt!");
return 0;
}