Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Mithalesh356 authored Jul 11, 2023
1 parent 4a72a6b commit 2236cd1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions changingTheStructureOfMain.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import java.net.PortUnreachableException;

public class changingTheStructureOfMain {
static public void main(String... args)
{
System.out.println("mk");
}
}

0 comments on commit 2236cd1

Please sign in to comment.