hello-world
This commit is contained in:
1
hello-world/k/K.k
Normal file
1
hello-world/k/K.k
Normal file
@@ -0,0 +1 @@
|
||||
"Hello World\n"
|
||||
2
hello-world/k/KSH.ksh
Normal file
2
hello-world/k/KSH.ksh
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/bin/ksh
|
||||
echo "Hello World"
|
||||
4
hello-world/k/Karel.kl
Normal file
4
hello-world/k/Karel.kl
Normal file
@@ -0,0 +1,4 @@
|
||||
PROGRAM hello_world
|
||||
BEGIN
|
||||
WRITE('Hello World', CR)
|
||||
END hello_world
|
||||
1
hello-world/k/KimL.kiml
Normal file
1
hello-world/k/KimL.kiml
Normal file
@@ -0,0 +1 @@
|
||||
io.out "Hello World"
|
||||
1
hello-world/k/Kipple.kipple
Normal file
1
hello-world/k/Kipple.kipple
Normal file
@@ -0,0 +1 @@
|
||||
33>o<100 108>o<114 111>o<87 32>o<111 108>o<108 101>o<72
|
||||
1
hello-world/k/Kitten.ktn
Normal file
1
hello-world/k/Kitten.ktn
Normal file
@@ -0,0 +1 @@
|
||||
"Hello World" say
|
||||
3
hello-world/k/Koberi C.koberice
Normal file
3
hello-world/k/Koberi C.koberice
Normal file
@@ -0,0 +1,3 @@
|
||||
(int main()
|
||||
(print "Hello World")
|
||||
(return 0))
|
||||
3
hello-world/k/Kotlin.kt
Normal file
3
hello-world/k/Kotlin.kt
Normal file
@@ -0,0 +1,3 @@
|
||||
fun main() {
|
||||
println("Hello World")
|
||||
}
|
||||
4
hello-world/k/Kumir.kum
Normal file
4
hello-world/k/Kumir.kum
Normal file
@@ -0,0 +1,4 @@
|
||||
алг
|
||||
нач
|
||||
вывод "Hello World"
|
||||
кон
|
||||
Reference in New Issue
Block a user