[ create a new paste ] login | about

Link: http://codepad.org/xLKd0Tsp    [ raw code | output | fork ]

PHP, pasted on May 27:
1
2
3
4
5
6
7
8
<?php
class MyProgram {
	public static function main() {
		System.out.print("Hello, world!");
	}
}

MyProgram::main();


Output:
1
Hello, world!


Create a new paste based on this one


Comments: