mirror of
https://github.com/guilhermewerner/paa
synced 2025-06-15 21:14:18 +00:00
4 lines
98 B
PowerShell
4 lines
98 B
PowerShell
#!/usr/bin/pwsh
|
|
|
|
g++ Source/Main.cpp -o Binaries/Main.exe Source/Graph.cpp && ./Binaries/Main.exe
|