Family Day update
This commit is contained in:
parent
aac6731f2c
commit
9ad63ea473
2442 changed files with 39761 additions and 8255 deletions
1
Task/Hello-world-Text/COBOL/hello-world-text-2.cobol
Normal file
1
Task/Hello-world-Text/COBOL/hello-world-text-2.cobol
Normal file
|
|
@ -0,0 +1 @@
|
|||
display"Hello, world".
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
fun main(args: Array<String>) {
|
||||
fun main() {
|
||||
println("Hello world!")
|
||||
}
|
||||
|
|
|
|||
1
Task/Hello-world-Text/Ol/hello-world-text.ol
Normal file
1
Task/Hello-world-Text/Ol/hello-world-text.ol
Normal file
|
|
@ -0,0 +1 @@
|
|||
(print "Hello world!")
|
||||
1
Task/Hello-world-Text/Perl-6/hello-world-text-2.pl6
Normal file
1
Task/Hello-world-Text/Perl-6/hello-world-text-2.pl6
Normal file
|
|
@ -0,0 +1 @@
|
|||
"Hello, World!".say();
|
||||
Loading…
Add table
Add a link
Reference in a new issue