Files
cex/examples/types/main.cpp
2026-09-07 15:52:46 -04:00

3 lines
71 B
C++

#include "types.hpp"
int main() { demo::Box<int> box(1); box.run(2); }