Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 464 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 464 Bytes

BarbarianSim

This project is configured to use devcontainers

CLI

dotnet build ./src

dotnet test ./src

dotnet run --project ./src/BarbarianSim

Visual Studio Code

The repository has launch.json and tasks.json defined for use in VSCode. Check out the "Run and Debug" (Ctrl + Shift + D) for launching (and debugging) the application. Use "Tasks: Run Task" in the global menu (Ctrl + Shift + P) to run common tasks.