CppDemo1/main.cpp

9 lines
72 B
C++
Executable File

#include <iostream>
#include "Logger.h"
int main() {
return 0;
}