1
0
forked from cat/WebBase

Added a basic message for startup

This commit is contained in:
2025-06-18 01:56:24 +03:00
parent 8177ba47f7
commit 55dbb2e6cd
3 changed files with 4 additions and 2 deletions

View File

@@ -1,6 +1,4 @@
#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