Skip to content

paweljakubas/my-advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running Haskell code

cat input.txt | stack solution.hs "part1"
cat input.txt | stack solution.hs "part2"

Running J code (after entering ijconsole)

0!:1 < 'solution.ijs'

Running Q code

// testing any file
q solution.q -q -filename "inputTest1.txt"
// testing "production" file
q solution.q -q

Running Rust code

// before you run first time: cargo install rust-script
./solution.rs

About

Solutions to advent of code in Haskell, Rust and J

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published