Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I tried to make resulting C code very readable and simple:

fn main() { println('hello world') } ==>

int main() { printf("hello world\n"); return 0 }



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: