Skip to content

Instantly share code, notes, and snippets.

@daGrevis
Created November 1, 2019 10:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daGrevis/e698cff5c56ede02be9d565ed9f10807 to your computer and use it in GitHub Desktop.
Save daGrevis/e698cff5c56ede02be9d565ed9f10807 to your computer and use it in GitHub Desktop.
package main
import "fmt"
func main() {
var md5 = "7f94dd413148ff9ac9e9e4b6ff2b6ca9"
fmt.Println(len(md5))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment