Skip to content

Commit

Permalink
Merge pull request #1 from TomasKovyKovacik/test
Browse files Browse the repository at this point in the history
zaujimavy vypis
  • Loading branch information
TomasKovyKovacik authored Feb 23, 2022
2 parents 15f7a51 + 94bfa65 commit f7469fa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/main/java/sk/stuba/fei/uim/oop/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ public static void main(String[] args) {
}

public static void vypis(int a) {
System.out.println(a);
System.out.println(String.format("Funkcia bola zavolaná %d. krát",a+1));
if (a == 0) {
System.out.println("zaujimavy vypis");
}

}
}

0 comments on commit f7469fa

Please sign in to comment.