Add philosophy-game command

This commit is contained in:
Joscha 2024-08-26 01:29:45 +02:00
parent 8642778402
commit ed611d0841
3 changed files with 128 additions and 0 deletions

View file

@ -2,4 +2,5 @@ pub mod ingest;
pub mod list_pages;
pub mod longest_shortest_path;
pub mod path;
pub mod philosophy_game;
pub mod reexport;