https://github.com/geokureli/adventofcode2021
My journey through my first Advent of Code
https://github.com/geokureli/adventofcode2021
Last synced: 10 months ago
JSON representation
My journey through my first Advent of Code
- Host: GitHub
- URL: https://github.com/geokureli/adventofcode2021
- Owner: Geokureli
- Created: 2021-12-10T17:08:12.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-23T20:04:07.000Z (almost 4 years ago)
- Last Synced: 2025-01-07T16:41:17.718Z (12 months ago)
- Language: Haxe
- Size: 82 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Haxe project
This is an example Haxe project scaffolded by Visual Studio Code.
Without further changes the structure is following:
* `src/Main.hx`: Entry point Haxe source file
* `build.hxml`: Haxe command line file used to build the project
* `README.md`: This file