Hello world is working

This commit is contained in:
2022-09-18 07:48:06 +01:00
parent c61cd4b86c
commit 803bec8ea4
6 changed files with 186 additions and 0 deletions

32
.gitignore vendored Normal file
View File

@@ -0,0 +1,32 @@
#Editor generated files
*.sln
*.vcproj
*.suo
*.ncb
*.user
#Directories
Release/
Debug/
Out/
Lib/
release/
debug/
out/
lib/
#Project generated files
*.db
*.o
*.a
*.exe
*.dll
*.meta
*.log
out
*.stackdump
*.tb
#Shell files
*.bat
*.sh