Commit 0cba2c7 1 parent f959345 commit 0cba2c7 Copy full SHA for 0cba2c7
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
//
13
13
// func main() {
14
14
// p := ipieces.Puzzle{
15
- // Final: []ipieces.Digit{
15
+ // Final: []ipieces.Digit{
16
16
// ipieces.Digit{Value: "3", Status: ipieces.VISIBLE}
17
17
// ipieces.Digit{Value: "7", Status: ipieces.VISIBLE}
18
18
// ipieces.Digit{Value: "2", Status: ipieces.VISIBLE}
41
41
// }
42
42
//
43
43
// [Puzzle.Run] creates two handlers:
44
- // - a text endpoint at ` /text` which responds with a short plaintext page with the client's IP,
44
+ // - a text endpoint at /text which responds with a short plaintext page with the client's IP,
45
45
// the computed index into the final coordinates, and the revealed coordinate, and
46
- // - a default endpoint, which serves any path other than ` /text` , and responds with an HTML page.
46
+ // - a default endpoint, which serves any path other than /text, and responds with an HTML page.
47
47
package ipieces
48
48
49
49
import (
You can’t perform that action at this time.
0 commit comments