Skip to content

Commit cceb574

Browse files
committedSep 22, 2023
banana
1 parent aa8777e commit cceb574

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed
 

‎go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module simpleInput
1+
module github.com/Hcode00/simpleInput
22

33
go 1.21.1

‎simpleInput.go

-4
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,3 @@ func input(str ...string) []string {
2424
}
2525
return Inputs
2626
}
27-
28-
func main() {
29-
input()
30-
}

0 commit comments

Comments
 (0)
Please sign in to comment.