Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 932 Bytes

README.md

File metadata and controls

45 lines (26 loc) · 932 Bytes

Advent of Code 2023

This is a Clojure project for solving the Advent of Code 2023 puzzles.

Prerequisites

You will need Leiningen 2.0.0 or above installed.

Building

To build the project, navigate to the project directory and run the following command:

lein compile

This will compile the source code into Java bytecode.

Running

To run the project, use the following command:

lein run

This will start the program. The program reads input data from a file and prints the solutions to the puzzles.

Testing

To run the tests, use the following command:

lein test

This will run all the tests in the project and print a summary of the results.

License

Copyright © 2023

This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which is available at http://www.eclipse.org/legal/epl-2.0.