Last active
May 29, 2019 23:10
-
-
Save YanTheFawn/000ac0c29b6114f7e6074202134771e7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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