Retro68/gcc/libgo/go/debug/elf/testdata/hello.c
2015-08-28 17:33:40 +02:00

8 lines
85 B
C

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