Remove the test app. Never needed it.

This commit is contained in:
Savanni D'Gerinel 2023-04-04 01:07:20 -04:00
parent e32f103dd4
commit 829b300ca0
2 changed files with 0 additions and 11 deletions

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!");
}