cleaned imports and added function calls to Templator
This commit is contained in:
parent
4086990c0f
commit
86f63326b6
123 changed files with 467 additions and 561 deletions
|
|
@ -22,12 +22,12 @@
|
|||
|
||||
package zutil.test;
|
||||
|
||||
import zutil.ui.Console;
|
||||
|
||||
import java.io.BufferedReader;
|
||||
import java.io.IOException;
|
||||
import java.io.InputStreamReader;
|
||||
|
||||
import zutil.ui.Console;
|
||||
|
||||
public class ConsoleTest {
|
||||
public static void main(String[] args) throws IOException{
|
||||
new Console("Console Test");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue