Skip to content

Instantly share code, notes, and snippets.

@phedoreanu
Last active May 16, 2016 11:33
Show Gist options
  • Save phedoreanu/b0da08b291799563e99bc3fc10a1369b to your computer and use it in GitHub Desktop.
Save phedoreanu/b0da08b291799563e99bc3fc10a1369b to your computer and use it in GitHub Desktop.
package main
import "fmt"
func main() {
s := "Let's hack together!"
fmt.Printf("%# x\n", s)
fmt.Println([]byte(s))
}
@phedoreanu
Copy link
Author

phedoreanu commented May 16, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment