This repository has been archived on 2026-03-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
niklasjohnson/java/printer.java
2026-03-18 22:48:20 -07:00

7 lines
186 B
Java

public class printer {
public static void main(String[] args) {
System.out.println("hellow");
System.out.println("hello");
System.out.println("helw");
}
}