From d76037b36feaa71923325f3f6073085a68810917 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sat, 20 Apr 2024 22:47:34 +0500 Subject: feat: irc client (wip) --- src/main.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index f3eff06..34839eb 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,6 +1,11 @@ #include +#include "irc/client.hpp" + int main(int argc, char *argv[]) { std::cout << "hi world\n"; + + RedpilledBot::IRC::Client client("", ""); + return 0; } -- cgit v1.2.3