mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2025-03-14 12:05:07 +00:00
10 lines
180 B
HolyC
Executable file
10 lines
180 B
HolyC
Executable file
RegDft("MyCompany/MyApp","F64 best_score=9999;\n");
|
|
RegExe("MyCompany/MyApp");
|
|
|
|
U0 Main()
|
|
{
|
|
GetChar;
|
|
RegWrite("MyCompany/MyApp","F64 best_score=%5.4f;\n",best_score);
|
|
}
|
|
|
|
Main;
|