6 lines
127 B
Java

public class Test {
public static void main(String[] args) {
System.out.println("simple:key with spaces");
}
}