12 lines
123 B
Java
12 lines
123 B
Java
|
|
||
|
|
||
|
class ttrts
|
||
|
{
|
||
|
|
||
|
public static void main(String[] args)
|
||
|
{
|
||
|
System.out.println("I'm the ttrts Java module");
|
||
|
|
||
|
}
|
||
|
|
||
|
}
|