Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 313 Bytes

File metadata and controls

13 lines (9 loc) · 313 Bytes

Multi-File Programs

For many reasons, it makes sense to split programs into multiple files.

This is one of those things that is easier to show than tell, so to follow along make a blank folder on your computer.

$ mkdir program
$ cd program