Skip to content

Commit 8b6f44a

Browse files
authored
Update AscSeqNumbers.java
Code cleaned
1 parent 48e6adf commit 8b6f44a

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/main/java/print/AscSeqNumbers.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@ public static void numbers (int num) {
3333
System.out.println(num);
3434
}
3535

36-
37-
38-
39-
40-
4136
public static void main(String[] args) {
4237
numbers(5);
4338
System.out.println();

0 commit comments

Comments
 (0)