Skip to content

Commit

Permalink
run v fmt -w .
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed Dec 22, 2024
1 parent 04ff543 commit 57042f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2024/19/dy-tea.v
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os

const input_file := 'towels.input'
const input_file = 'towels.input'

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

0 comments on commit 57042f2

Please sign in to comment.