Files
tlc_tp1_docker/step1.1/hello.c
karsalan 1ac8652176 Update README.md
Adding hello.c
2025-01-27 19:17:18 +01:00

6 lines
79 B
C

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