10 lines
96 B
C++
10 lines
96 B
C++
|
//
|
||
|
// Created by illyum on 9/15/2024.
|
||
|
//
|
||
|
|
||
|
import ICEngine;
|
||
|
|
||
|
int main() {
|
||
|
Test();
|
||
|
return 0;
|
||
|
}
|