Codebase list crossguid / 6b20159 test.h
6b20159

Tree @6b20159 (Download .tar.gz)

test.h @6b20159raw · history · blame

1
2
3
4
5
6
#pragma once

#include "guid.h"
#include <iostream>

int test(GuidGenerator generator, std::ostream &outStream);