jes/src/main.d
2019-12-16 22:23:02 -05:00

8 lines
79 B
D

import jes.gui.jtk;
int main(string[] args)
{
Jtk.init();
return 0;
}