https://github.com/geokureli/adventofcode2024
https://github.com/geokureli/adventofcode2024
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/geokureli/adventofcode2024
- Owner: Geokureli
- Created: 2024-12-05T13:49:06.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-12-05T18:36:55.000Z (6 months ago)
- Last Synced: 2025-02-06T19:01:57.402Z (4 months ago)
- Language: Haxe
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- 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