From 549184246f5bee902903580a3a7e1c7b4f765e53 Mon Sep 17 00:00:00 2001 From: Minhyeok Kwon Date: Mon, 13 Nov 2023 23:47:21 +0900 Subject: [PATCH] hide web page --- README.md | 4 +++- web/index.html | 1 + web/main.js | 0 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 web/main.js diff --git a/README.md b/README.md index 22e6234..73b70b8 100644 --- a/README.md +++ b/README.md @@ -73,5 +73,7 @@ col_color n_col ``` The parameter `n_color` represents the number of colors used in the picross. The parameter `color i` means the `i`-th color used in the picross. The parameters `row_color i`, `col_color i` represent the color indices response to `row_clue i`, `col_clue i`, respectively. + \ No newline at end of file diff --git a/web/index.html b/web/index.html index d573d31..097fc71 100644 --- a/web/index.html +++ b/web/index.html @@ -10,6 +10,7 @@

Picross Solver

+ \ No newline at end of file diff --git a/web/main.js b/web/main.js new file mode 100644 index 0000000..e69de29