Skip to content

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 7d7c6a9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/pkg/debug/macho/testdata/hello.b
@@ -0,0 +1,7 @@
main( ) {
extrn a, b, c;
putchar(a); putchar(b); putchar(c); putchar('!*n');
}
a 'hell';
b 'o, w';
c 'orld';

3 comments on commit 7d7c6a9

@onzag
Copy link

@onzag onzag commented on 7d7c6a9 Dec 25, 2015

Choose a reason for hiding this comment

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

1972?

@netbsduser
Copy link

Choose a reason for hiding this comment

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

1972

@JoeFerrucci
Copy link

Choose a reason for hiding this comment

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

This is legendary.

Please sign in to comment.