This commit is contained in:
Timur A. Fatkhullin
2025-10-09 01:09:27 +03:00
parent e0e10395fb
commit 04272b8e1d
4 changed files with 268 additions and 35 deletions

View File

@@ -49,6 +49,7 @@ int main()
}
std::cout << ">\n";
std::cout << msg2_t::celestialPointToString(mcc::MccCelestialPoint{}) << "\n";
return 0;
}