Skip to content

dimiro1/adventofcode2025-clj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2025

Run

clj -M -e "(require 'core) (core/day1-part-1)"
clj -M -e "(require 'core) (core/day1-part-1-example)"
clj -M -e "(require 'core) (core/day1-part-2)"
clj -M -e "(require 'core) (core/day1-part-2-example)"
clj -M -e "(require 'core) (core/day2-part-1)"
clj -M -e "(require 'core) (core/day2-part-1-example)"
clj -M -e "(require 'core) (core/day2-part-2)"
clj -M -e "(require 'core) (core/day2-part-2-example)"
clj -M -e "(require 'core) (core/day3-part-1)"
clj -M -e "(require 'core) (core/day3-part-1-example)"
clj -M -e "(require 'core) (core/day3-part-2)"
clj -M -e "(require 'core) (core/day3-part-2-example)"
clj -M -e "(require 'core) (core/day4-part-1)"
clj -M -e "(require 'core) (core/day4-part-1-example)"
clj -M -e "(require 'core) (core/day4-part-2)"
clj -M -e "(require 'core) (core/day4-part-2-example)"
clj -M -e "(require 'core) (core/day5-part-1)"
clj -M -e "(require 'core) (core/day5-part-1-example)"
clj -M -e "(require 'core) (core/day5-part-2)"
clj -M -e "(require 'core) (core/day5-part-2-example)"

Benchmark

clj -M -e "(require 'core 'util) (util/bench (core/day2-part-2))"

About

Solutions for the adventofcode 2025 edition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published