Skip to content

Instantly share code, notes, and snippets.

View eduardoferron's full-sized avatar
😁
Coding

Eduardo Ferrón eduardoferron

😁
Coding
View GitHub Profile
import java.lang.Math; // headers MUST be above the first class
// one class needs to have a main() method
public class HelloWorld
{
// arguments are passed using the text field below this editor
public static void main(String[] args)
{
Integer number = TryParseInt("85");
System.out.print(number + " is a good value\n");