Automated commit at Wed Apr 17 14:00:00 CEST 2024

This commit is contained in:
Mischa van den Burg 2024-04-17 14:00:00 +02:00
parent 11eb43f1d0
commit 6cfd2257ff
2 changed files with 9 additions and 1 deletions

View File

@ -6,9 +6,9 @@
- [[Verbatim string literal]]
- [[C sharp Code Style]]
- [[if statements]]
- [[The reason for types in programming languages]]
- Learning Resources
-
- [[Advanced Csharp course freeCodeCamp]]

View File

@ -0,0 +1,8 @@
The types are a way to reserve memory. By using types the computer knows what to expect. It will know how much a certain variable will contain and it will reserve memory accordingly.
## Links:
202404171350