Codebase list crossguid / 9f633de test.h
9f633de

Tree @9f633de (Download .tar.gz)

test.h @9f633deraw · history · blame

1
2
3
4
5
6
#pragma once

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

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