c-course/c-basic/example.c

7 lines
81 B
C

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