Name: Anonymous 2016-04-23 22:49
Cudder is all talk and no action!
panic_handlersince you're not using the Rust runtime. The binary is 6128 bytes
$ cargo build --release && strip target/release/print
Finished release [optimized] target(s) in 0.06s
$ ll target/release/print
-rwxrwxrwx 2 anus anus 6128 May 2 21:53 target/release/print*
$ gcc -Os hello.c -o hello && strip hello
$ ll ./hello
-rwxrwxrwx 1 anus anus 6312 May 2 22:02 ./hello*