diff options
author | Mathias Magnusson <mathias@magnusson.space> | 2024-07-06 15:48:25 +0200 |
---|---|---|
committer | Mathias Magnusson <mathias@magnusson.space> | 2024-07-06 15:48:25 +0200 |
commit | f50023521d1d80d2df0f039eec0db6fddb92c033 (patch) | |
tree | 838979f08497710ac3b79586874c5bd6efd584b7 /kattis-kth/aes/.gitignore | |
parent | 4b23f0dc8b2923d31f5d2708131b79534cc838b9 (diff) | |
download | programming-problem-solving-f50023521d1d80d2df0f039eec0db6fddb92c033.tar.gz |
Begin implementing kth kattis aes, just without the aes part
Diffstat (limited to 'kattis-kth/aes/.gitignore')
-rw-r--r-- | kattis-kth/aes/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kattis-kth/aes/.gitignore b/kattis-kth/aes/.gitignore new file mode 100644 index 0000000..3389c86 --- /dev/null +++ b/kattis-kth/aes/.gitignore @@ -0,0 +1,2 @@ +.zig-cache/ +zig-out/ |