Skip to content

Commit

Permalink
solve task 22
Browse files Browse the repository at this point in the history
  • Loading branch information
MarikaChlebowska committed Dec 22, 2023
1 parent 035846a commit eee6208
Show file tree
Hide file tree
Showing 4 changed files with 1,509 additions and 0 deletions.
8 changes: 8 additions & 0 deletions task22/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[package]
name = "task22"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
7 changes: 7 additions & 0 deletions task22/example.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
1,0,1~1,2,1
0,0,2~2,0,2
0,2,3~2,2,3
0,0,4~0,2,4
2,0,5~2,2,5
0,1,6~2,1,6
1,1,8~1,1,9
Loading

0 comments on commit eee6208

Please sign in to comment.