This website works better with JavaScript.
Home
Help
Sign In
mehalter
/
aoc2019
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Updated run for all days to check for modules in utils folder
master
Micah Halter
1 year ago
parent
4a0ee0b65c
commit
1e2d6497b9
8 changed files
with
10 additions
and
10 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
01-the-tyranny-of-the-rocket-equation/run.sh
+1
-1
03-crossed-wires/run.sh
+1
-1
04-secure-container/run.sh
+1
-1
06-universal-orbit-map/run.sh
+1
-1
08-space-image-format/run.sh
+2
-2
10-monitoring-station/run.sh
+2
-2
12-the-n-body-problem/run.sh
+1
-1
14-space-stoichiometry/run.sh
+ 1
- 1
01-the-tyranny-of-the-rocket-equation/run.sh
View File
@ -1,3 +1,3 @@
#!/bin/sh
runhaskell answer.hs
`
< input
`
runhaskell
-i
$(
dirname
$(
pwd
)
)
/00-utils
answer.hs
`
< input
`
+ 1
- 1
03-crossed-wires/run.sh
View File
@ -1,3 +1,3 @@
#!/bin/sh
runhaskell answer.hs
`
< input
`
runhaskell
-i
$(
dirname
$(
pwd
)
)
/00-utils
answer.hs
`
< input
`
+ 1
- 1
04-secure-container/run.sh
View File
@ -1,3 +1,3 @@
#!/bin/sh
runhaskell answer.hs
`
< input
`
runhaskell
-i
$(
dirname
$(
pwd
)
)
/00-utils
answer.hs
`
< input
`
+ 1
- 1
06-universal-orbit-map/run.sh
View File
@ -1,3 +1,3 @@
#!/bin/sh
runhaskell answer.hs
`
< input
`
runhaskell
-i
$(
dirname
$(
pwd
)
)
/00-utils
answer.hs
`
< input
`
+ 1
- 1
08-space-image-format/run.sh
View File
@ -1,3 +1,3 @@
#!/bin/sh
runhaskell answer.hs
`
< input
`
runhaskell
-i
$(
dirname
$(
pwd
)
)
/00-utils
answer.hs
`
< input
`
+ 2
- 2
10-monitoring-station/run.sh
View File
@ -1,3 +1,3 @@
#!/bin/
ba
sh
#!/bin/sh
runhaskell answer.hs
`
< input
`
runhaskell
-i
$(
dirname
$(
pwd
)
)
/00-utils
answer.hs
`
< input
`
+ 2
- 2
12-the-n-body-problem/run.sh
View File
@ -1,3 +1,3 @@
#!/bin/
ba
sh
#!/bin/sh
runhaskell answer.hs
`
< input
`
runhaskell
-i
$(
dirname
$(
pwd
)
)
/00-utils
answer.hs
`
< input
`
+ 1
- 1
14-space-stoichiometry/run.sh
View File
@ -1,3 +1,3 @@
#!/bin/sh
runhaskell answer.hs
runhaskell
-i
$(
dirname
$(
pwd
)
)
/00-utils
answer.hs
`
< input
`
Write
Preview
Loading…
Cancel
Save