Skip to content

Commit 49f1a56

Browse files
Update sources/modules/compilation-model/separate-compilation.md
Co-authored-by: Florian Sattler <[email protected]>
1 parent 25620d9 commit 49f1a56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sources/modules/compilation-model/separate-compilation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ _Max 5 items._
5050

5151
A student should be able to:
5252

53-
1. Split a single file program into main, one or more auxiliaries, and header files (or modules), all in one directory
54-
2. Compile and link a program that is spread over multiple files (again, all in one directory), either on the commandline or with a build system.
55-
3. Describe the functions of the various files involved: source, object, executable.
53+
1. split a single file program into main, one or more auxiliaries, and header files (or modules), all in one directory
54+
2. compile and link a program that is spread over multiple files (again, all in one directory), either on the commandline or with a build system.
55+
3. describe the functions of the various files involved: source, object, executable.
5656

5757

5858
#### Points to cover

0 commit comments

Comments
 (0)