1
0
mirror of https://github.com/golang/go synced 2024-11-21 23:54:40 -07:00

hello, world

R=ken
DELTA=7  (7 added, 0 deleted, 0 changed)
This commit is contained in:
Brian Kernighan 1972-07-18 19:05:45 -05:00
commit 7d7c6a97f8

7
src/pkg/debug/macho/testdata/hello.b vendored Normal file
View File

@ -0,0 +1,7 @@
main( ) {
extrn a, b, c;
putchar(a); putchar(b); putchar(c); putchar('!*n');
}
a 'hell';
b 'o, w';
c 'orld';