Your IP : 172.28.240.42


Current Path : /usr/local/go/src/debug/macho/testdata/
Upload File :
Current File : //usr/local/go/src/debug/macho/testdata/hello.c

#include <stdio.h>

int
main(void)
{
	printf("hello, world\n");
	return 0;
}