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 Plain Text by Tierney ( 5 years ago )
/**
* tierney
* 2/4/21
* this program prints a message
*/
public class Hi
{
public static void main(String[] args)
{System.out.println("Hi");
}
}
Revise this Paste