mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-04 21:50:38 -04:00
6 lines
65 B
C
6 lines
65 B
C
main()
|
|
{
|
|
printf("%08X\n",102533234);
|
|
getchar();
|
|
return 0;
|
|
}
|