mirror of
https://github.com/chylex/Advent-of-Code.git
synced 2025-04-09 10:15:46 +02:00
Update README
This commit is contained in:
parent
da6c7d7d5b
commit
da72d87c94
@ -16,7 +16,7 @@ The source code is in `main.kt`. The run configuration executes the `main()` met
|
||||
|
||||
The repository contains a CMake project (`CMakeLists.txt`) that sets up every day as a CMake subproject. You should be able to load the CMake project into [CLion](https://www.jetbrains.com/clion/).
|
||||
|
||||
The source code is in `main.c` with some boilerplate that reads the input file, and calls functions in `main.asm` which implement the logic of each puzzle.
|
||||
The source code is in `main.c`, which is either in the puzzle's own folder, or in `utils` if no adjustments are needed. By default, `main.c` reads the whole input file into a buffer, and passes it as a parameter to the `entryPoint` function defined in `main.asm` which implements the logic and output of each puzzle.
|
||||
|
||||
Note that everything is targeted for Windows x86 or WoW64, and assembly is not portable, so running on a different OS will most likely require some changes. You will need to:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user