Data update
This commit is contained in:
parent
4d5544505c
commit
4924dd0264
3073 changed files with 55820 additions and 4408 deletions
1
Task/Hello-world-Text/Adina/hello-world-text-1.adina
Normal file
1
Task/Hello-world-Text/Adina/hello-world-text-1.adina
Normal file
|
|
@ -0,0 +1 @@
|
|||
вывести/перенос «Hello world!»
|
||||
2
Task/Hello-world-Text/Adina/hello-world-text-2.adina
Normal file
2
Task/Hello-world-Text/Adina/hello-world-text-2.adina
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
english()
|
||||
displayln "Hello world!"
|
||||
3
Task/Hello-world-Text/Aria/hello-world-text.aria
Normal file
3
Task/Hello-world-Text/Aria/hello-world-text.aria
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
func main() {
|
||||
println("Hello World!");
|
||||
}
|
||||
1
Task/Hello-world-Text/ArkScript/hello-world-text.ark
Normal file
1
Task/Hello-world-Text/ArkScript/hello-world-text.ark
Normal file
|
|
@ -0,0 +1 @@
|
|||
(print "Hello world!")
|
||||
|
|
@ -1 +1 @@
|
|||
(printc "Hello World!")
|
||||
(print "Hello World!")
|
||||
|
|
|
|||
5
Task/Hello-world-Text/DuckDB/hello-world-text.duckdb
Normal file
5
Task/Hello-world-Text/DuckDB/hello-world-text.duckdb
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# Turn off tabular output:
|
||||
.mode list
|
||||
.headers off
|
||||
|
||||
select 'Hello world!';
|
||||
|
|
@ -0,0 +1 @@
|
|||
PRINT "HELLO WORLD!"
|
||||
1
Task/Hello-world-Text/FuncSug/hello-world-text-1.funcsug
Normal file
1
Task/Hello-world-Text/FuncSug/hello-world-text-1.funcsug
Normal file
|
|
@ -0,0 +1 @@
|
|||
displayNewMessage('Hello, world!')
|
||||
1
Task/Hello-world-Text/FuncSug/hello-world-text-2.funcsug
Normal file
1
Task/Hello-world-Text/FuncSug/hello-world-text-2.funcsug
Normal file
|
|
@ -0,0 +1 @@
|
|||
print('Hello, world!')
|
||||
1
Task/Hello-world-Text/Nom/hello-world-text.num
Normal file
1
Task/Hello-world-Text/Nom/hello-world-text.num
Normal file
|
|
@ -0,0 +1 @@
|
|||
begin { add 'hello world'; print; quit; }
|
||||
1
Task/Hello-world-Text/Pico-8/hello-world-text-1.pico8
Normal file
1
Task/Hello-world-Text/Pico-8/hello-world-text-1.pico8
Normal file
|
|
@ -0,0 +1 @@
|
|||
print("hello, world!")
|
||||
1
Task/Hello-world-Text/Pico-8/hello-world-text-2.pico8
Normal file
1
Task/Hello-world-Text/Pico-8/hello-world-text-2.pico8
Normal file
|
|
@ -0,0 +1 @@
|
|||
? 'hello, world!'
|
||||
1
Task/Hello-world-Text/Pluto/hello-world-text.pluto
Normal file
1
Task/Hello-world-Text/Pluto/hello-world-text.pluto
Normal file
|
|
@ -0,0 +1 @@
|
|||
print "Hello world!"
|
||||
1
Task/Hello-world-Text/Rhombus/hello-world-text.rhombus
Normal file
1
Task/Hello-world-Text/Rhombus/hello-world-text.rhombus
Normal file
|
|
@ -0,0 +1 @@
|
|||
print("Hello world!")
|
||||
3
Task/Hello-world-Text/TAV/hello-world-text.tav
Normal file
3
Task/Hello-world-Text/TAV/hello-world-text.tav
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
\( The famous example \)
|
||||
main (parms):+
|
||||
print "Greetings from TAV"
|
||||
Loading…
Add table
Add a link
Reference in a new issue