Skip to content
Snippets Groups Projects

Init commit

Merged maitp2 requested to merge master into main
3 files
+ 29
0
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 8
0
 
package cs425.mp3;
 
 
public class Main {
 
public static void main(String[] args) {
 
System.out.println("Hello world!");
 
}
 
}
 
\ No newline at end of file
Loading