Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
examples: Run the correct example executable on Windows
We were accidentally always running the `fib-debug/main` example because of shenanigans with alphabetical ordering and hard coding "main.exe" as the command we run. Now we properly detect which example we built and run the appropriate executable.
- Loading branch information