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,10 @@
|
|||
PROGRAM DIV_BY_ZERO
|
||||
|
||||
EXCEPTION
|
||||
IF ERR=11 THEN PRINT("Division by Zero") END IF
|
||||
END EXCEPTION
|
||||
|
||||
BEGIN
|
||||
PRINT(0/3)
|
||||
PRINT(3/0)
|
||||
END PROGRAM
|
||||
Loading…
Add table
Add a link
Reference in a new issue