From 5e0f5d56903e7c483afb679a912f3afaf30c92e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Le=20Bihan?= Date: Fri, 21 May 2021 12:15:11 +0200 Subject: [PATCH] fuirst commit develop --- sources/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/main.cpp b/sources/main.cpp index 70491566..a1cad89d 100644 --- a/sources/main.cpp +++ b/sources/main.cpp @@ -4,7 +4,7 @@ int main() { WAL::Wal wal; - + // this is the first develop push try { wal.run(); return 0; @@ -12,4 +12,4 @@ int main() std::cerr << ex.what() << std::endl; return 84; } -} +} \ No newline at end of file