mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
v2: match, <<=, >>=, |=, ~, unsafe, map init
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
import hash.fnv1a
|
||||
|
||||
fn test_fnv1a() {
|
||||
$if windows {
|
||||
return
|
||||
}
|
||||
a := 'apple'
|
||||
b := fnv1a.sum64_string(a)
|
||||
c := fnv1a.sum64(a.bytes())
|
||||
|
Reference in New Issue
Block a user