Add tasks for all the new languages
This commit is contained in:
parent
9dc3c2bb62
commit
bba7bfd280
13208 changed files with 134745 additions and 0 deletions
|
|
@ -0,0 +1,12 @@
|
|||
> (: erlang list_to_integer '"1a" 16)
|
||||
26
|
||||
> #x1a
|
||||
26
|
||||
> (: erlang integer_to_list 26 16)
|
||||
"1A"
|
||||
> (: erlang list_to_integer '"101110111000" 2)
|
||||
3000
|
||||
> #b101110111000
|
||||
3000
|
||||
> (: erlang integer_to_list 3000 2)
|
||||
"101110111000"
|
||||
Loading…
Add table
Add a link
Reference in a new issue