8 lines
125 B
C++
8 lines
125 B
C++
#pragma once
|
|
|
|
#include <crossguid/guid.hpp>
|
|
#include <iostream>
|
|
#include <unordered_map>
|
|
|
|
int test(std::ostream &outStream);
|