Hacker News new | ask | show | jobs
by Akram 5125 days ago
It cant even get a "Hello World" C program right.

#include<stdio.h> main() { printf("Hello World"); }