Skip to content

Commit

Permalink
Another class.
Browse files Browse the repository at this point in the history
  • Loading branch information
janpgit committed Apr 7, 2024
1 parent e38422a commit 533d19e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions input/2024/07.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"build" : "lecture-notes/07.md",
"files" : ["input/2024/07.md"]
}
16 changes: 16 additions & 0 deletions input/2024/07.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Warm-up
#include "modules/warm-up/circle.md"

#include "modules/file-API.md"

#include "modules/pointer-size.md"
#include "modules/arrays-and-pointers.md"
#include "modules/strings-and-arrays.md"
#include "modules/valid-pointer-operations.md"
#include "modules/arrays-as-function-arguments.md"
#include "modules/calling-by-value-and-reference.md"

#include "modules/home-assignments/home-assignment-section.md"
#include "modules/home-assignments/file-of-ints.md"
#include "modules/home-assignments/file-read.md"
#include "modules/home-assignments/string-to-array-copy.md"

0 comments on commit 533d19e

Please sign in to comment.