mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-06-01 01:38:14 +00:00
fuirst commit develop
This commit is contained in:
+2
-2
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user