fuirst commit develop

This commit is contained in:
Clément Le Bihan
2021-05-21 12:15:11 +02:00
parent 9f91dfe7d4
commit 5e0f5d5690
+2 -2
View File
@@ -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;
}
}
}