Untitled

mail@pastecode.io avatar
unknown
java
a year ago
108 B
2
Indexable
Never
public class Test {

	public static void main(String[] args){

		System.out.println("Hello, World!");
	
	}
}