vault backup: 2024-09-04 15:08:35

This commit is contained in:
zleyyij 2024-09-04 15:08:35 -06:00
parent 7b69c6a210
commit 1ae7a3a20e

View File

@ -1,4 +1,8 @@
# Strings
A string literal is characters enclosed in double quotation marks.
A newline can be inserted using `\n`.
A newline can be inserted using `\n`.
## Integer
An integer is a way to store a whole number. In C, integers are signed by default.
## Float