Codebase list crossguid / 1d25c2e test.h
1d25c2e

Tree @1d25c2e (Download .tar.gz)

test.h @1d25c2eraw · history · blame

1
2
3
4
5
6
#pragma once

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

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