Files
root/source/main.c
2026-01-02 23:20:14 +05:00

7 lines
74 B
C

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