Files
gf/geg/other/test.go

10 lines
101 B
Go

package main
import (
"fmt"
"strconv"
)
func main() {
fmt.Println(strconv.Atoi("11"))
}