1
0
mirror of https://github.com/golang/go synced 2024-10-05 06:21:24 -06:00
go/src/pkg/debug/pe/testdata/hello.c
2010-11-01 17:52:26 -04:00

9 lines
77 B
C

#include <stdio.h>
int
main(void)
{
printf("hello, world\n");
return 0;
}