mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-25 21:00:31 +01:00
Make most solutions work with make or shebang.
This commit is contained in:
1
2017/day-03/solution.clj
Normal file → Executable file
1
2017/day-03/solution.clj
Normal file → Executable file
@@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env clojure
|
||||
(defn lower_root [n] (int (Math/floor (Math/sqrt n))))
|
||||
|
||||
(defn box_size [n] (
|
||||
|
||||
Reference in New Issue
Block a user