Compare commits

...

1 Commits

Author SHA1 Message Date
keldu d45500b41a thinking if it really is necessary 2021-11-13 16:56:26 +01:00
1 changed files with 8 additions and 0 deletions

8
tree.h Normal file
View File

@ -0,0 +1,8 @@
#pragma once
namespace gin {
template<typename T>
class Tree {
public:
};
}