summaryrefslogtreecommitdiff
path: root/2021/day17/src
diff options
context:
space:
mode:
authorFederico Igne <git@federicoigne.com>2022-06-23 19:06:22 +0100
committerFederico Igne <git@federicoigne.com>2022-06-23 19:06:22 +0100
commit120d53c0ff20574866ce10fa0538fb8b0dd2ef82 (patch)
tree4ac370f9b525c713635a6af09530f20758e91fb7 /2021/day17/src
parent5d99706992101d684c9920475e2ecaab65ba21ba (diff)
downloadaoc-120d53c0ff20574866ce10fa0538fb8b0dd2ef82.tar.gz
aoc-120d53c0ff20574866ce10fa0538fb8b0dd2ef82.zip
Reorganize repository structure
Diffstat (limited to '2021/day17/src')
-rw-r--r--2021/day17/src/main.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/2021/day17/src/main.rs b/2021/day17/src/main.rs
new file mode 100644
index 0000000..e7a11a9
--- /dev/null
+++ b/2021/day17/src/main.rs
@@ -0,0 +1,3 @@
1fn main() {
2 println!("Hello, world!");
3}