Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sezaakgun/adventofcode
https://github.com/sezaakgun/adventofcode
advent-of-code
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/sezaakgun/adventofcode
- Owner: sezaakgun
- Created: 2023-12-01T07:03:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-07T20:48:35.000Z (about 1 year ago)
- Last Synced: 2023-12-08T18:39:21.006Z (about 1 year ago)
- Topics: advent-of-code
- Language: Python
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```