Hacker News new | ask | show | jobs
by bombcar 1561 days ago
Exactly. When you’re done with hello world you’ve solved some major problems:

1. How to store the code in a file

2. How to find and use the compiler and linker

3. How to run compiled code

1 comments

4. How to find if a function terminates