Files
Test/hello.c
Chatchai Jantaraprim e1bab47953 add hello.c
2022-10-09 19:29:43 +07:00

7 lines
76 B
C

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