Retro68/gcc/libgo/go/debug/elf/testdata/hello.c

8 lines
85 B
C
Raw Normal View History

2015-08-28 15:33:40 +00:00
#include <stdio.h>
void
main(int argc, char *argv[])
{
printf("hello, world\n");
}