What is Nostr?
翠星石 /
npub1x2v…ar98
2025-03-16 11:57:05

翠星石 on Nostr: Pawlicker 🔧 >Try C hello world #include <stdio.h> int main() { printf("Hello, ...

Pawlicker 🔧 (nprofile…nvyk) >Try C hello world
#include <stdio.h>

int main()
{
printf("Hello, world!\n");
}
>gcc main.c
15344 (~15KiB) a.out

>strip a.out
14320 (~14KiB) a.out

(Most of it is just elf segments and dynamic loading instructions, so you can't do much better if you want to keep the fine .note.gnu.property and .gnu.hash).

>gcc -static main.c && ls -lah a.out
769K

Rust, the language of the future.
Author Public Key
npub1x2vc8gu0kj2slcujhkd2y684k32e2zhzn78d2quea4tajn9ql2pqqjar98