Skip to content

Instantly share code, notes, and snippets.

@YanTheFawn
Last active May 29, 2019 23:10
Show Gist options
  • Save YanTheFawn/000ac0c29b6114f7e6074202134771e7 to your computer and use it in GitHub Desktop.
Save YanTheFawn/000ac0c29b6114f7e6074202134771e7 to your computer and use it in GitHub Desktop.
public class App
{
public static void main( String[] args )
{
foo("testing");
}
public static void foo (String string)
{
System.out.println("testbro");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment