gates_of_skeldal/LIBS/TST.C
2025-01-24 18:27:22 +01:00

6 lines
65 B
C

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