mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
6 lines
127 B
Java
6 lines
127 B
Java
public class Test {
|
|
public static void main(String[] args) {
|
|
System.out.println("simple:key with spaces");
|
|
}
|
|
}
|