Your IP : 172.28.240.42


Current Path : /usr/local/go/src/internal/xcoff/testdata/
Upload File :
Current File : //usr/local/go/src/internal/xcoff/testdata/printhello.c

#include <stdio.h>

void printhello(){
	printf("Helloworld\n");
}