Skip to content

Commit 45cae0e

Browse files
authored
Update and rename project-anmol.java to Projectanmol.java
1 parent 23689b7 commit 45cae0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/project-anmol.java renamed to src/main/java/Projectanmol.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import java.io.OutputStream;
77
import java.net.InetSocketAddress;
88

9-
public class project-anmol {
9+
public class Projectanmol{
1010
public static void main(String[] args) throws IOException {
1111
int serverPort = 8000; // Port number for the server to listen on
1212
HttpServer server = HttpServer.create(new InetSocketAddress(serverPort), 0);

0 commit comments

Comments
 (0)