mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-03 00:38:58 +00:00
Initial commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
// Dummy
|
||||
|
||||
#include <iostream>
|
||||
#include "common/logging/log.h"
|
||||
|
||||
int main() {
|
||||
|
||||
LOG_ERROR(Frontend, "test");
|
||||
_sleep(1000);
|
||||
LOG_WARNING(Frontend, "test2");
|
||||
system("pause");
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user