diff options
author | Oscar Najera <hi@oscarnajera.com> | 2023-01-28 03:46:12 +0100 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2023-01-28 03:46:12 +0100 |
commit | 84ec86b63ac38423ce021448e379b87094f7d4ac (patch) | |
tree | 6574d8b2b5aef30845f38e279a4c389d9fa8897e /AoC2022/07 | |
parent | 497dc1ea9de502761c00ead6de62abe6eeea67d6 (diff) | |
download | scratch-84ec86b63ac38423ce021448e379b87094f7d4ac.tar.gz scratch-84ec86b63ac38423ce021448e379b87094f7d4ac.tar.bz2 scratch-84ec86b63ac38423ce021448e379b87094f7d4ac.zip |
more julia and formatted
Diffstat (limited to 'AoC2022/07')
-rw-r--r-- | AoC2022/07/solver.jl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/AoC2022/07/solver.jl b/AoC2022/07/solver.jl new file mode 100644 index 0000000..cc57e86 --- /dev/null +++ b/AoC2022/07/solver.jl @@ -0,0 +1 @@ +using Test |