Initial commmit

This commit is contained in:
Timur A. Fatkhullin
2026-01-18 17:57:52 +03:00
commit 9aea122b08
7 changed files with 148 additions and 0 deletions

8
main.cpp Normal file
View File

@@ -0,0 +1,8 @@
#include <iostream>
#include <erfa.h>
int main()
{
std::cout << "AAA\n";
return 0;
}