gcc/libgo/go/debug/plan9obj/testdata/hello.c

9 lines
80 B
C

#include <u.h>
#include <libc.h>
void
main(void)
{
print("hello, world\n");
}