Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 674 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 674 Bytes

adventOfCode2020

Solutions in ClojureScript to the advent calendar problems from Advent of Code 2020

Setup

There are several ways to run the programs.

In the Browser

By far the easiest way without the need to install anything is using Klipse

Here is the Link to the Clojure(Script) Browser REPL

In the Terminal

You need to have node installed.

Then just install Lumo

npm install -g lumo-cljs

Then you can run the programs on your commandline

lumo 01.cljs