tbfleming / compile_maze_solver

C++17. Solve a maze at compile time.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C++17 compile-time maze solver

See it in action: https://godbolt.org/g/HF9Yjj

View assembly output: clang++ -O2 -std=c++2a maze.cpp -S && cat maze.s

Build and run: clang++ -O2 -std=c++2a maze.cpp -o maze && ./maze

About

C++17. Solve a maze at compile time.


Languages

Language:C++ 100.0%