This website works better with JavaScript
Home
Explore
Help
Register
Sign In
w303b
/
connect
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Branch:
feature-W303AHK-76-fcm-tea
Branches
Tags
feature-W303AHK-76-fcm-tea
release/w303b-test
test
connect
/
pkg
/
algorit
/
md5_test.go
md5_test.go
103 B
Permalink
History
Raw
1
2
3
4
5
6
7
8
9
10
package algorit
import (
"fmt"
"testing"
)
func TestMd5(t *testing.T) {
fmt.Println(Md5("123"))
}