first-repo/main.c
Sergey Cherepiuk 8f1162246d
Some checks failed
First CI / build (push) Failing after 14s
Modified the pipeline
2023-11-23 16:20:46 +01:00

4 lines
57 B
C

int main() {
printf("Hello, World!");
return 0;
}