https://github.com/remde/advent-of-code
https://github.com/remde/advent-of-code
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/remde/advent-of-code
- Owner: remde
- Created: 2021-02-22T18:36:43.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-03T21:49:12.000Z (about 5 years ago)
- Last Synced: 2024-01-12T18:45:10.554Z (over 2 years ago)
- Language: Java
- Size: 101 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code
These are my solutions for the [Advent of Code event](https://adventofcode.com/). The inputs are inside each challenge folder, and the main function will print the answer to the terminal. Each year is done in a language.
## 2019 - JavaScript
- Run with `node ChallengeName.js`
## 2020 - Java
- Build with `javac ChallengeName.java`
- Run with `java ChallengeName`