Skip to content

Instantly share code, notes, and snippets.

@greensma
Last active October 24, 2016 14:52
Show Gist options
  • Save greensma/c886207910517970767454481909e5eb to your computer and use it in GitHub Desktop.
Save greensma/c886207910517970767454481909e5eb to your computer and use it in GitHub Desktop.
Home work #2 Иван Смаглюк
class Ex2 {
public static void main(String[] args) {
String s = ("I will adopt best practices ");
for (int i = 0; i < 7; i++) {
System.out.println(s);
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment