2018-12-28 16:30:48 +01:00

8 lines
85 B
C

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