Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,8 @@
|
|||
use std, array, hash
|
||||
|
||||
let keys = @["hexadecimal" "decimal" "octal" "binary"]
|
||||
let values = @[0xa 11 014 0b1101] (: 10 11 12 13 :)
|
||||
let hash = new hash of int
|
||||
for each val int i from 0 to 3
|
||||
hash[keys[i]] = values[i]
|
||||
del hash hash
|
||||
Loading…
Add table
Add a link
Reference in a new issue