Skip to content
This repository has been archived by the owner on Sep 17, 2018. It is now read-only.

Commit

Permalink
hello, world
Browse files Browse the repository at this point in the history
R=ken
DELTA=7  (7 added, 0 deleted, 0 changed)
  • Loading branch information
Brian Kernighan committed Jul 19, 1972
0 parents commit c07790e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/pkg/debug/macho/testdata/hello.b
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
main( ) {
extrn a, b, c;
putchar(a); putchar(b); putchar(c); putchar('!*n');
}
a 'hell';
b 'o, w';
c 'orld';

4 comments on commit c07790e

@vbarter
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hello

@cenphoenix
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

test

@suqi
Copy link

@suqi suqi commented on c07790e Apr 27, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

legendary

@janstk
Copy link

@janstk janstk commented on c07790e Sep 14, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fire pliers Lumen

Please sign in to comment.