Skip to content

Commit

Permalink
Revert "funkcia, pole, for"
Browse files Browse the repository at this point in the history
This reverts commit 9dfb633
  • Loading branch information
TomasKovyKovacik committed Feb 23, 2022
1 parent e8b2fd1 commit 15f7a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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,6 @@ public static void main(String[] args) {
}

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

0 comments on commit 15f7a51

Please sign in to comment.