diff options
author | mathiasmagnusson <mathiasmagnussons@gmail.com> | 2022-12-09 18:00:41 +0100 |
---|---|---|
committer | mathiasmagnusson <mathiasmagnussons@gmail.com> | 2022-12-09 18:00:41 +0100 |
commit | a1eb38bebe6ce1668c3f96489506c3b05b9fe5cb (patch) | |
tree | cccf0fd4763dba123efab7c896292dc18d1eb458 /kattis-kth/unsolved/kattis-kth-adk-spelling/Cargo.lock | |
parent | e41e6c8bc72e3300a0fa137f198454341bc315b1 (diff) | |
download | programming-problem-solving-a1eb38bebe6ce1668c3f96489506c3b05b9fe5cb.tar.gz |
Move stuff around
Diffstat (limited to 'kattis-kth/unsolved/kattis-kth-adk-spelling/Cargo.lock')
-rw-r--r-- | kattis-kth/unsolved/kattis-kth-adk-spelling/Cargo.lock | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/kattis-kth/unsolved/kattis-kth-adk-spelling/Cargo.lock b/kattis-kth/unsolved/kattis-kth-adk-spelling/Cargo.lock new file mode 100644 index 0000000..8656833 --- /dev/null +++ b/kattis-kth/unsolved/kattis-kth-adk-spelling/Cargo.lock @@ -0,0 +1,7 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +version = 3 + +[[package]] +name = "kattis-kth-adk-spelling" +version = "0.1.0" |