Compare commits
1 commit
71d89ed8c4
...
b844050f43
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b844050f43 |
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -7,10 +7,3 @@
|
|||
**/*.rs.bk
|
||||
|
||||
.devenv*
|
||||
|
||||
|
||||
# Added by cargo
|
||||
#
|
||||
# already existing elements were commented out
|
||||
|
||||
#/target
|
||||
|
|
|
|||
|
|
@ -1,6 +0,0 @@
|
|||
[package]
|
||||
name = "tictactoe-rust-foropenspiel"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
||||
Loading…
Reference in a new issue