Hacker News new | ask | show | jobs
by kodablah 2859 days ago
IIRC, hello world that uses println is actually smaller. It's once you import fmt and unicode directly or indirectly (most libs) where those reported sizes start from.