cpplab/clab/hello.c
2018-12-01 14:09:07 +00:00

5 lines
No EOL
82 B
C

#include <stdio.h>
int main(int argc,char **argv){
printf("Hello world\n");
}