library: strconv
This commit is contained in:
7
_demo/strconv/strconv.go
Normal file
7
_demo/strconv/strconv.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import "strconv"
|
||||
|
||||
func main() {
|
||||
println(strconv.Itoa(-123))
|
||||
}
|
||||
Reference in New Issue
Block a user