Commit 0bb0b61d authored by Brian Kernighan's avatar Brian Kernighan

convert to C

R=dmr
DELTA=6  (0 added, 3 deleted, 3 changed)
parent 7d7c6a97
main( ) {
extrn a, b, c;
putchar(a); putchar(b); putchar(c); putchar('!*n');
}
a 'hell';
b 'o, w';
c 'orld';
main() {
printf("hello, world");
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment