17 lines
		
	
	
		
			321 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			321 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| #pragma once
 | |
| 
 | |
| #include <cstdio>
 | |
| #include <fstream>
 | |
| #include <string>
 | |
| #include <ostream>
 | |
| #include <chrono>
 | |
| #include <exception>
 | |
| 
 | |
| #include "catch.hpp"
 | |
| #include "utils.h"
 | |
| 
 | |
| #include "../include/spdlog/spdlog.h"
 | |
| #include "../include/spdlog/sinks/null_sink.h"
 | |
| #include "../include/spdlog/sinks/ostream_sink.h"
 | |
| 
 |