-
First, configure your input cache directory in
appsettings.json
:{ "InputCachePath": "<input cache directory path>" }
-
Populate your input cache directory to have the following structure:
Y2024 . ├── Q01 │ ├── p1.txt │ ├── p2.txt │ └── p3.txt ├── Q02 │ ├── p1.txt │ ├── p2.txt │ └── p3.txt
I.e., The input cache directory should have a subdirectory for each event year, named
Y<year>
. In turn, each year directory should contain a subdirectory for each quest, namedQ<quest>
, padded to two digits. -
Next, run the desired solution from your terminal:
cd EC dotnet run solve <year> <quest>
-
Notifications
You must be signed in to change notification settings - Fork 0
My C# .NET solutions to the 'Everybody Codes' events
tmbarker/everybody-codes
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
My C# .NET solutions to the 'Everybody Codes' events
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published