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
1
Task/Comments/Sidef/comments-1.sidef
Normal file
1
Task/Comments/Sidef/comments-1.sidef
Normal file
|
|
@ -0,0 +1 @@
|
|||
# this is commented
|
||||
1
Task/Comments/Sidef/comments-2.sidef
Normal file
1
Task/Comments/Sidef/comments-2.sidef
Normal file
|
|
@ -0,0 +1 @@
|
|||
var i = 1; # this is the comment part
|
||||
2
Task/Comments/Sidef/comments-3.sidef
Normal file
2
Task/Comments/Sidef/comments-3.sidef
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
var distance #`{in meters} = (30 #`{meters} * 100 #`{seconds});
|
||||
say distance; # prints: 3000
|
||||
3
Task/Comments/Sidef/comments-4.sidef
Normal file
3
Task/Comments/Sidef/comments-4.sidef
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
/*
|
||||
This is a multi-line comment
|
||||
*/
|
||||
Loading…
Add table
Add a link
Reference in a new issue