Skip to content

Instantly share code, notes, and snippets.

@mrnirva
Created September 3, 2020 20:20
Show Gist options
  • Save mrnirva/a5bfc61ea6dcaf5b95a09eaaf313b8d4 to your computer and use it in GitHub Desktop.
Save mrnirva/a5bfc61ea6dcaf5b95a09eaaf313b8d4 to your computer and use it in GitHub Desktop.
package donguler;
public class Donguler {
public static void main(String[] args) {
for(int i=0; i<10; i++){
System.out.println("Merhaba Dünya");
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment