log hello2 @ 2864:2d427b75daf1

age author description
Sun, 05 May 2013 15:52:16 +0000 HackBot <fizzie> gcc hello.c -o hello2 -nostdlib -Os -s -Wl,--entry,main && ./hello3; wc -c hello3
Sun, 05 May 2013 15:45:49 +0000 HackBot <fizzie> gcc hello.c -o hello2 -nostdlib -Os -s -Wl,--entry,main && ./hello2; wc -c hello2 # close enough?
Sun, 05 May 2013 15:44:51 +0000 HackBot <fizzie> gcc hello.c -o hello2 -nostdlib -Wl,--entry,main && ./hello2