Skip to content

Commit 3dfb34a

Browse files
committed
minor fix
1 parent daded50 commit 3dfb34a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

go/dA.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package main
22

33
import (
4-
"os"
54
"fmt"
65
"math/rand"
76
u "./utils"
@@ -186,10 +185,8 @@ func test_dA() {
186185
}
187186
fmt.Printf("\n")
188187
}
189-
os.Exit(0)
190188
}
191189

192190
func main() {
193191
test_dA()
194-
195192
}

0 commit comments

Comments
 (0)