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/helloworld.java
2026-03-18 00:39:22 -07:00

8 lines
156 B
Java

// package src;
// import src.printer;
public class helloworld {
public static void main(String[] args) {
System.out.println("hellow");
}
}