Skip to content

Commit

Permalink
Add basic types exercise to cheat sheet and course schedule.
Browse files Browse the repository at this point in the history
  • Loading branch information
hageboeck committed Apr 2, 2024
1 parent 54c7fbf commit 476d7db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions exercises/ExerciseSchedule_EssentialCourse.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Day 1 - Basics Exercises

### Hello World (directory: [`hello`](hello), [CheatSheet](ExercisesCheatSheet.md#hello-world-directory-hello))

### Basic types (directory: [`basicTypes`](basicTypes), [CheatSheet](ExercisesCheatSheet.md#basic-types-directory-basictypes))

### Functions (directory: [`functions`](functions), [CheatSheet](ExercisesCheatSheet.md#functions-directory-functions))

### Control Structures (directory: [`control`](control), [CheatSheet](ExercisesCheatSheet.md#control-structures-directory-control))
Expand Down
4 changes: 4 additions & 0 deletions exercises/ExercisesCheatSheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ Basics Exercises

Just try to compile and run `./hello` to make sure that everything is set up correctly.

### Basic types (directory: [`basicTypes`](basicTypes))

The goal is to observe the behaviour of a few basic types, correctly employ integer and floating-point literals, and to be aware of conversions and the effect of operators in expressions with such types.

### Functions (directory: [`functions`](functions))

pass by copy / pass by reference
Expand Down

0 comments on commit 476d7db

Please sign in to comment.