Skip to content

Instantly share code, notes, and snippets.

@hamoungh
Created September 25, 2014 14:15
Show Gist options
  • Save hamoungh/0198a3be984fa229d0ff to your computer and use it in GitHub Desktop.
Save hamoungh/0198a3be984fa229d0ff to your computer and use it in GitHub Desktop.
public static void main()
{
int a;
a = 5 + 3 * 5;
System.out.print(a);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment