Poly2Block; Block2Poly; SEA128 tasks working #2

Merged
0xalivecow merged 26 commits from dev into main 2024-10-23 15:21:06 +00:00
2 changed files with 9 additions and 0 deletions
Showing only changes of commit 7909facd47 - Show all commits

6
Cargo.toml Normal file
View file

@ -0,0 +1,6 @@
[package]
name = "kauma"
version = "0.1.0"
edition = "2021"
[dependencies]

3
src/main.rs Normal file
View file

@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}