Skip to content

Commit 57042f2

Browse files
committed
run v fmt -w .
1 parent 04ff543 commit 57042f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2024/19/dy-tea.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import os
22

3-
const input_file := 'towels.input'
3+
const input_file = 'towels.input'
44

55
fn possible(towels []string, current string, query string, mut visited map[string]bool) bool {
66
if current == query {

0 commit comments

Comments
 (0)