Skip to content

Commit 476d7db

Browse files
committed
Add basic types exercise to cheat sheet and course schedule.
1 parent 54c7fbf commit 476d7db

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

exercises/ExerciseSchedule_EssentialCourse.md

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Day 1 - Basics Exercises
1212

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

15+
### Basic types (directory: [`basicTypes`](basicTypes), [CheatSheet](ExercisesCheatSheet.md#basic-types-directory-basictypes))
16+
1517
### Functions (directory: [`functions`](functions), [CheatSheet](ExercisesCheatSheet.md#functions-directory-functions))
1618

1719
### Control Structures (directory: [`control`](control), [CheatSheet](ExercisesCheatSheet.md#control-structures-directory-control))

exercises/ExercisesCheatSheet.md

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ Basics Exercises
1212

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

15+
### Basic types (directory: [`basicTypes`](basicTypes))
16+
17+
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.
18+
1519
### Functions (directory: [`functions`](functions))
1620

1721
pass by copy / pass by reference

0 commit comments

Comments
 (0)