Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
examples: Name example exectutables "foo.exe" on Windows
We were accidentally always running the `fib-debug/main` example because of shenanigans with alphabetical ordering and hard codeing "main.exe" as the command we run. Now we will always compile the executable to "foo.exe" and run that (which is similar to how we do `-o foo` on unix).
- Loading branch information