apenwarr-redo/t/110-compile/hello.c

7 lines
80 B
C
Raw Normal View History

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