struct graph
This commit is contained in:
2
examples/types/main.cpp
Normal file
2
examples/types/main.cpp
Normal file
@@ -0,0 +1,2 @@
|
||||
#include "types.hpp"
|
||||
int main() { demo::Box<int> box(1); box.run(2); }
|
||||
Reference in New Issue
Block a user