Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sezaakgun/adventofcode


https://github.com/sezaakgun/adventofcode

advent-of-code

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

## To run Python solutions:
```
python ./2023/day01/sol01part01.py
```

## To run Go solutions:
```
go run ./2023/day02/sol02part02.go
```

## To run Scala solutions:
```
scalac ./2023/day04/sol02part01.scala -d out && scala -classpath ./out/ sol02part01
```