Centipede 0.0.1
Centipede program
Loading...
Searching...
No Matches
main.cpp
1#include "centipede/centipede.hpp"
2#include <print>
3
4auto main() -> int
5{
6 auto handler = centipede::Handler{};
7 std::println("Hello centipede!");
8 return 0;
9}
Main frontend handler to the library.
Definition handler.hpp:11