Skip to content

tomzaku/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repl Online

https://repl.it/@tomzaku/advent-of-code

Haskell

To get the output

cat day-1.in | runhaskell day-1.hs

To save on the cache

cat day-1.in | runhaskell day-1.hs | pbcopy

To save on files

cat day-1.in | runhaskell day-1.hs > day-1.out

Javascript

To get the output

cat day-1.in | node day-1.hs

To save on the cache

cat day-1.in | node day-1.hs | pbcopy

To save on files

cat day-1.in | runhaskell day-1.hs > day-1.out

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages