Stack Exchange
Stack Overflow
Questions
Tags
Users
About
Stack Overflow
Public
Questions
Tags
Users
About
Kare Nuorteva
1,046
reputation
11
12
Helsinki, Suomi
Member since
March 13 2014
23 profile views
Last seen
Aug 13 '23 at 20:25
#include <u.h> #include <libc.h> void main(void) { print("Hello, world!\n"); exits(0); }