Compare commits

..

1 commit

Author SHA1 Message Date
Henri Bourcereau b844050f43 init 2025-12-30 16:26:37 +01:00
3 changed files with 0 additions and 16 deletions

7
.gitignore vendored
View file

@ -7,10 +7,3 @@
**/*.rs.bk **/*.rs.bk
.devenv* .devenv*
# Added by cargo
#
# already existing elements were commented out
#/target

View file

@ -1,6 +0,0 @@
[package]
name = "tictactoe-rust-foropenspiel"
version = "0.1.0"
edition = "2024"
[dependencies]

View file

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