Skip to content

paweljakubas/my-advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 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 jconsole)

0!:1 < 'solution.ijs'

Running Rust code

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

// Run Rust code with file
rust-script solution.rs input.txt part1

About

Solutions to advent of code in Haskell, Rust and J

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published