Skip to main content
summaryrefslogtreecommitdiffstats
blob: 3db16e643e45837da2739b2593e06ff676babc90 (plain) (blame)
1
2
3
4
5
6
7
package test0533;
import java.util.*;
public class Test {
	public static void main(String[] args) {
		System.out.println("Hello" + " world")
	}
}

Back to the top