Skip to content

Instantly share code, notes, and snippets.

View negiboudu's full-sized avatar

Katsuaki Suzuki negiboudu

View GitHub Profile
@kishida
kishida / MazeWeb.java
Last active October 16, 2021 13:09
Maze Web
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.PrintWriter;
import java.net.ServerSocket;
import java.nio.charset.Charset;
public class MazeWeb {
public static void main(String[] args) throws IOException {