mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 15:54:03 +00:00
8 lines
138 B
Java
8 lines
138 B
Java
import test.*;
|
|
|
|
class Usage {
|
|
public static void main(String[] args) {
|
|
System.out.println(Klass.CONST + Klass.CONST);
|
|
}
|
|
}
|