8 lines
79 B
D
8 lines
79 B
D
import jes.gui.jtk;
|
|
|
|
int main(string[] args)
|
|
{
|
|
Jtk.init();
|
|
return 0;
|
|
}
|