Skip to content

Commit f58862b

Browse files
committed
2 parents 464fc92 + 701d21b commit f58862b

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

.github/ISSUE_TEMPLATE/new-puzzle.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: New puzzle
33
about: Create your own puzzle by defining a function
44
title: New puzzle
55
labels: New-puzzle
6-
assignees: akalai
6+
assignees: ''
77

88
---
99

@@ -13,18 +13,10 @@ def sat(x: str):
1313
return "Hello " + x == "Hello world" # change this to your puzzle
1414
```
1515

16-
Solution hidden below so that other people can try to solve it.
17-
<details><summary>Reveal solution</summary>
18-
19-
```python
20-
def sol():
21-
return "world" # replace with your solution
22-
```
23-
</details>
24-
25-
Please post your solutions to this puzzle in the comments using the following formatting:
16+
Solvers, post your solutions in the comments using the following formatting:
2617
````
2718
<details><summary>Reveal solution</summary>
19+
2820
```python
2921
def sol():
3022
return "world" # replace with your solution

0 commit comments

Comments
 (0)