We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23689b7 commit 45cae0eCopy full SHA for 45cae0e
src/main/java/project-anmol.java renamed to src/main/java/Projectanmol.java
@@ -6,7 +6,7 @@
6
import java.io.OutputStream;
7
import java.net.InetSocketAddress;
8
9
-public class project-anmol {
+public class Projectanmol{
10
public static void main(String[] args) throws IOException {
11
int serverPort = 8000; // Port number for the server to listen on
12
HttpServer server = HttpServer.create(new InetSocketAddress(serverPort), 0);
0 commit comments