summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.go8
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 {