Build Tools #37

Merged
savanni merged 4 commits from feature/build-tools into main 2023-04-05 12:48:24 +00:00
2 changed files with 0 additions and 11 deletions
Showing only changes of commit 829b300ca0 - Show all commits

View File

@ -1,8 +0,0 @@
[package]
name = "kifu-test"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]

View File

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