Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for abraham (0.52 sec)

  1. test/fixedbugs/bug257.go

    	"died in vain — that this nation, under God, shall have a new\n" +
    	"birth of freedom — and that government of the people, by the\n" +
    	"people, for the people, shall not perish from this earth.\n" +
    	"\n" +
    	"Abraham Lincoln, November 19, 1863, Gettysburg, Pennsylvania\n"
    
    func main() {
    	m := md5.New()
    	io.WriteString(m, data)
    	hash := fmt.Sprintf("%x", m.Sum(nil))
    	if hash != "525f06bc62a65017cd2217d7584e5920" {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 02 13:43:18 UTC 2016
    - 2.9M bytes
    - Viewed (0)
Back to top