This repository has been archived on 2026-05-20. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
CSE-122/printer.java
2026-05-20 16:20:32 -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");
}
}