started changes
This commit is contained in:
5
src/main-810.cpp
Normal file
5
src/main-810.cpp
Normal file
@@ -0,0 +1,5 @@
|
||||
#include <spdlog/spdlog.h>
|
||||
int main (int argc, char *argv[]) {
|
||||
spdlog::info("Running solution to problem 810");
|
||||
return 0;
|
||||
}
|
||||
7
src/main.cpp
Normal file
7
src/main.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <iostream>
|
||||
#include <spdlog/spdlog.h>
|
||||
int main() {
|
||||
|
||||
spdlog::info("Hello world from logger");
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user