Kr Younger пре 6 година
родитељ
комит
75a93cb931
2 измењених фајлова са 2 додато и 1 уклоњено
  1. 1
    1
      .gitignore
  2. 1
    0
      WriteLoops.java

+ 1
- 1
.gitignore Прегледај датотеку

@@ -1,4 +1,4 @@
1
-# Compiled class file
1
+# Compiled class file 
2 2
 *.class
3 3
 
4 4
 # Log file

+ 1
- 0
WriteLoops.java Прегледај датотеку

@@ -9,6 +9,7 @@ import java.util.function.Supplier;
9 9
  *
10 10
  * @author kyounger
11 11
  * @version 1.2
12
+ * 
12 13
  */
13 14
 public class WriteLoops {
14 15