mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
6 lines
100 B
V
6 lines
100 B
V
module hash
|
|
|
|
pub fn sum64_string(s string, key u64) u64 {
|
|
panic('not yet implemented')
|
|
return 0
|
|
}
|