First commit
[cpp_sandbox.git] / Sandbox / Concepts.h
1 #pragma once
2
3 namespace Concepts
4 {
5 void tests();
6 };
7