fork download
  1. package main
  2. import (
  3. "fmt"
  4. "strconv"
  5. )
  6.  
  7. func main(){
  8. // your code goes here
  9. customerId, _ := strconv.ParseInt("0000000000000475", 16, 64)
  10. fmt.Println(customerId)
  11. }
Success #stdin #stdout 0s 5504KB
stdin
Standard input is empty
stdout
1141