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
CSE-122/printer.java
2026-03-18 00:39:22 -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");
}
}