Files

3 lines
71 B
C++
Raw Permalink Normal View History

2026-09-07 15:52:46 -04:00
#include "types.hpp"
int main() { demo::Box<int> box(1); box.run(2); }