1
0
forked from cat/WebBase

Reorganising further

This commit is contained in:
2025-06-26 01:59:18 +03:00
parent 095dd8ddf9
commit ea8b8c884e
8 changed files with 31 additions and 15 deletions

View File

@@ -1,4 +1,6 @@
#include "main.hpp"
#include <exception>
#include <iostream>
// Entry point a.k.a "main.cpp"
// You do not want to program here 99% of the time