Guest User

Untitled

a guest
Feb 25th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. a, _ := strconv.ParseInt(“00011100011”, 2, 64)
  2. b, _ := strconv.ParseInt(“1001100110011001”, 2, 64)
  3. c, _ := strconv.ParseInt(“000011111100100010100”, 2, 64)
  4. fmt.Printf(“%x %x %x”, a, b, c)
Add Comment
Please, Sign In to add comment