String literals

This commit is contained in:
Rafał Grodziński
2025-07-08 22:26:24 +09:00
parent 1c19600430
commit e53a844a28
14 changed files with 162 additions and 27 deletions

9
.gitignore vendored
View File

@@ -1,12 +1,9 @@
# ignore files without extensions
*
!*.*
# brb build artifiacts
*.o
.DS_Store
.vscode/settings.json
# project build artifacts
*.dSYM
build/
# brb build artifiacts
*.o