first-repo/main.c
Sergey Cherepiuk 93b9aa7b9c
All checks were successful
First CI / build (push) Successful in 12s
Fixed the warnings: included header
2023-11-23 16:23:00 +01:00

6 lines
77 B
C

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