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,15 @@
|
|||
function numeric(""n) {
|
||||
number(n)
|
||||
issues {
|
||||
print(n, " is not numeric!")
|
||||
return
|
||||
}
|
||||
print(n, " is numeric :)")
|
||||
}
|
||||
|
||||
software {
|
||||
numeric("1200")
|
||||
numeric("3.14")
|
||||
numeric("3/4")
|
||||
numeric("abcdefg")
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue