View difference between Paste ID: JM1a6BEc and uXgrzn8Q
SHOW: | | - or go back to the newest paste.
1
public class Hello {
2
	public static void main(String[] args) {
3-
		System.out.println("Hello world!");
3+
		System.out.println("Wieraj");
4
	}
5
}