Basic triangle

This commit is contained in:
Werner
2021-11-02 13:55:52 -03:00
parent 6ba7afeb61
commit 57d9b036cb
5 changed files with 351 additions and 0 deletions

2
.cargo/config.toml Normal file
View File

@ -0,0 +1,2 @@
[build]
target-dir = "Binaries"