diff options
Diffstat (limited to 'src/main.go')
-rw-r--r-- | src/main.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main.go b/src/main.go index e4bae4e..c087df6 100644 --- a/src/main.go +++ b/src/main.go @@ -1,14 +1,14 @@ package main import ( + "bufio" "fmt" + "io" + "os" "regexp" + "slices" "strconv" "strings" - "bufio" - "os" - "io" - "slices" ) type Operation struct { |