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.
v fmt -w .
1 parent 04ff543 commit 57042f2Copy full SHA for 57042f2
2024/19/dy-tea.v
@@ -1,6 +1,6 @@
1
import os
2
3
-const input_file := 'towels.input'
+const input_file = 'towels.input'
4
5
fn possible(towels []string, current string, query string, mut visited map[string]bool) bool {
6
if current == query {
0 commit comments