diff options
Diffstat (limited to 'assignments/3-solution.md')
| -rw-r--r-- | assignments/3-solution.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/assignments/3-solution.md b/assignments/3-solution.md index 26eb055..d266e63 100644 --- a/assignments/3-solution.md +++ b/assignments/3-solution.md @@ -10,6 +10,9 @@ Chapter 6: pseudo-ops) that reads in a series of integers, one at a time, and outputs the largest and smallest values. The input will consist of a list of integer values +```assembly +!include assignments/3/main.s +``` Chapter 7: |
