Skip to content

Instantly share code, notes, and snippets.

@merbussa
Last active August 29, 2015 14:10
Show Gist options
  • Save merbussa/177c74a72a5e39abd06a to your computer and use it in GitHub Desktop.
Save merbussa/177c74a72a5e39abd06a to your computer and use it in GitHub Desktop.
public class parametresiz
{
public static void main(String[] args){
yaz();
}
static void yaz()
{
System.out.println("Bu method cagrildi.");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment