annotate a.c @ 3478:b17523fec21b

<boily> learn fternooner (Danish \xc2\xbbfternooner\xc2\xab, Norwegian \xc2\xabttermiddag\xc2\xbb, Swedish \xe2\x80\x9dftermiddag\xe2\x80\x9d) is a screamingly delicious pastry.
author HackBot
date Tue, 27 Aug 2013 13:56:28 +0000
parents 16a27e548783
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3383
16a27e548783 <kmc> echo $\'main() { foo:; int x = 3; goto foo; }\\n\' > a.c && gcc a.c
HackBot
parents: 3382
diff changeset
1 main() { foo:; int x = 3; goto foo; }
3381
6c1921ed1fd2 <Jafet> echo $\'main() { int x; x = 3; int y; return x + y; }\\n\' > a.c && gcc a.c
HackBot
parents:
diff changeset
2