2023-12-07 09:12:54 +01:00

8 lines
100 B
C++

export module mod1;
import partition_level;
export int mod1()
{
return partition_level::get();
}