Codebase list crossguid / 63abaad test.h
63abaad

Tree @63abaad (Download .tar.gz)

test.h @63abaadraw · history · blame

1
2
3
4
5
6
#pragma once

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

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