docs(*): Update documentation to account for multiple languages

This commit is contained in:
Josh Creek
2024-12-01 12:05:10 +00:00
parent fcdec70c44
commit fbad87c9f6
3 changed files with 13 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# Advent Of Code
# Advent Of Code (C#)
To create a new day's files, run the DayCreator project and specify the year (e.g. `2015`) and the day (e.g. `1` for Day01). This can be done in vscode by running `dotnet run --project "DayCreator"` in the terminal.