mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2025-01-04 11:46:31 +00:00
10 lines
184 B
HolyC
Executable file
10 lines
184 B
HolyC
Executable file
RegDefault("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;
|