Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
3
Task/Literals-Integer/Avail/literals-integer-1.avail
Normal file
3
Task/Literals-Integer/Avail/literals-integer-1.avail
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
Print: "0b11001101 = " ++ “0b11001101”;
|
||||
Print: "0o755 = " ++ “0o755”;
|
||||
Print: "0xDEADBEEF = " ++ “0xDEADBEEF”;
|
||||
1
Task/Literals-Integer/Avail/literals-integer-2.avail
Normal file
1
Task/Literals-Integer/Avail/literals-integer-2.avail
Normal file
|
|
@ -0,0 +1 @@
|
|||
Print: "ZZr36 = " ++ “ZZr36”;
|
||||
Loading…
Add table
Add a link
Reference in a new issue