Added most of the basic stuff (#1)

Reviewed-on: #1
This commit is contained in:
Booklordofthedings 2025-03-10 14:17:54 +01:00
parent c380ac53bd
commit 861d171172
11 changed files with 251 additions and 0 deletions

6
BeefProj.toml Normal file
View file

@ -0,0 +1,6 @@
FileVersion = 1
[Project]
Name = "CodeDatatypes"
TargetType = "BeefLib"
StartupObject = "CodeDatatypes.Program"