3 lines
71 B
C++
3 lines
71 B
C++
#include "types.hpp"
|
|
int main() { demo::Box<int> box(1); box.run(2); }
|
#include "types.hpp"
|
|
int main() { demo::Box<int> box(1); box.run(2); }
|