mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
7 lines
100 B
V
7 lines
100 B
V
module hash
|
|
|
|
pub fn sum64_string(s string, key u64) u64 {
|
|
panic('not yet implemented')
|
|
return 0
|
|
}
|