fast-nuclear-sim/src/tests.hpp

11 lines
56 B
C++
Raw Normal View History

2024-02-07 16:04:22 +11:00
#pragma once
namespace sim::tests
{
void run();
};