aboutsummaryrefslogtreecommitdiff
path: root/src/tests/hash.cpp
blob: d0f5fa6724f11e82069f72ac033aa2b0b0bf97d2 (plain)
1
2
3
4
5
6
7
8
9
10
#include "hash.h"
#include "staticstring.h"

int main()
{
	//Hash<class StaticString, int> sTest;

	//sTest.hasKey("hello");
}