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
2024-02-16 18:09:00 +11:00
namespace Sim::Tests
2024-02-07 16:04:22 +11:00
{
void run();
};