Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 252 Bytes

multi_file_programs.md

File metadata and controls

11 lines (8 loc) · 252 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