mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
6 lines
110 B
V
6 lines
110 B
V
import hash
|
|
|
|
fn test_hash_compiles() {
|
|
assert hash.sum64_string('abc', 5).hex_full() == 'ce2703347d216491'
|
|
}
|