initial commit

This commit is contained in:
Zoe
2023-06-25 17:09:32 -05:00
commit 3e19945c40
14 changed files with 422 additions and 0 deletions

5
.cargo/config Normal file
View File

@@ -0,0 +1,5 @@
[build]
target = "x86_64-unknown-none"
[unstable]
build-std = ["core", "compiler_builtins"]