1
0
mirror of https://github.com/golang/go synced 2024-11-22 18:04:48 -07:00
go/src/pkg/debug/macho/testdata/hello.c
Brian Kernighan d82b11e4a4 last-minute fix: convert to ANSI C
R=dmr
DELTA=3  (2 added, 0 deleted, 1 changed)
1988-04-01 02:03:04 -05:00

9 lines
77 B
C

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