Skip to content

ljgago/aoc2022-clojure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2022 solutions in Clojure

Usage

The project is configured for use with clojure or with babashka. The tests work only with clojure, but you can run them using a babashka task.

For example:

# run the day01 with clj
$ clj -M -m aoc.day01

# run the day01 with babashka
$ bb -m aoc.day01

# only test the day01 with clj
$ clj -M:test -n aoc.day01-test

# only test the day01 with babashka (uses clj internaly)
$ bb test -n aoc.day01-test

# all test with clj
$ clj -M:test

# all test with babashka (use clj internaly)
$ bb test

Happy coding!

License

MIT License

About

Advent of Code 2022 solutions in Clojure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published