Codebase list crossguid / 0f27c74 test / Test.hpp
0f27c74

Tree @0f27c74 (Download .tar.gz)

Test.hpp @0f27c74raw · history · blame

1
2
3
4
5
6
7
#pragma once

#include <crossguid/guid.hpp>
#include <iostream>
#include <unordered_map>

int test(std::ostream &outStream);