Name: Anonymous 2011-12-22 19:52
How does /prague/ feel about Go?
gcc -O0 -static $source). And just try the same with a C++ hello world...
[ Tue Dec 27 06:57:54 ]
[ @ ~/host/prog/he ] $ cat h.c
#include <stdio.h>
void main()
{
puts("Hello World\n");
}
[ Tue Dec 27 06:58:03 ]
[ @ ~/host/prog/he ] $ gcc -O0 -static h.c
[ Tue Dec 27 06:58:07 ]
[ @ ~/host/prog/he ] $ ls -s -h
total 669K
669K a.out 512 h.c