Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as JavaScript by CuckooTomb1 ( 5 years ago )
/**
* @CuckooTomb1(Eddie)
* 2/4/21
* This program prints a message.
*/
public class HelloWorld
{
public static void main(String[] args)
{
System.out.println("Hello");
}
}
Revise this Paste