Compile and Run in one step
On Linux, macOS we can write this:
gcc main.c && ./a.out
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
On Linux, macOS we can write this:
gcc main.c && ./a.out