praca_magisterska/code/csharp/run.sh

6 lines
139 B
Bash
Raw Permalink Normal View History

2026-03-08 21:29:46 +01:00
#!/bin/bash
# Build and run the C# shortest-path visualizer (requires .NET SDK + raylib native lib)
set -e
cd "$(dirname "$0")"
dotnet run