Skip to content

katrinatse2002/adventofcode2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

So I said I was going to learn C#... Let's see how long I last.

Instructions for myself

Create a new project for every day's solution:

dotnet new console -n day_<xx>

Run each day's solution:

cd day_<xx>
dotnet run

Add config with following format to launch.json to make debugger work:

{
    "name": "C#: day_<xx>",
    "type": "dotnet",
    "request": "launch",
    "projectPath": "${workspaceFolder}\\day_<xx>\\day_<xx>.csproj",
    "launchConfigurationId": "TargetFramework=;day_<xx>"
}

About

Advent of Code 2023

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages