Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 81 Bytes

kodesnutt.md

File metadata and controls

7 lines (6 loc) · 81 Bytes

Kodesnutt

for (int i = 0; i < 10; i++) {
    System.out.println(i);
}