gates_of_skeldal/libs/tst.c
2025-01-25 13:08:41 +01:00

6 lines
65 B
C

main()
{
printf("%08X\n",102533234);
getchar();
return 0;
}