File tree Expand file tree Collapse file tree 4 files changed +21
-2
lines changed Expand file tree Collapse file tree 4 files changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -8,3 +8,8 @@ Cargo.lock
8
8
9
9
# These are backup files generated by rustfmt
10
10
** /* .rs.bk
11
+
12
+
13
+ # Added by cargo
14
+
15
+ /target
Original file line number Diff line number Diff line change
1
+ [package ]
2
+ name = " tic-tac-toe-rust"
3
+ version = " 0.1.0"
4
+ authors = [" Abhishek Sriram <68271853+Noobsiecoder@users.noreply.github.com>" ]
5
+ edition = " 2018"
6
+
7
+ # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8
+
9
+ [dependencies ]
Original file line number Diff line number Diff line change 1
- # tic-tac-toe-rust
2
- Tic Tac Toe game in command line, built using Rust-lang
1
+ # Tic Tac Toe CLI game
2
+
3
+ - Tic Tac Toe game in command line
4
+ - Built using [ Rust-lang] ( https://www.rust-lang.org/ )
Original file line number Diff line number Diff line change
1
+ fn main ( ) {
2
+ println ! ( "Hello, world!" ) ;
3
+ }
You can’t perform that action at this time.
0 commit comments