Data update
This commit is contained in:
parent
aec8ed51b6
commit
29a5eea0d4
128 changed files with 1298 additions and 0 deletions
|
|
@ -0,0 +1 @@
|
|||
print "Hello world!"!
|
||||
5
Task/Hello-world-Text/Gleam/hello-world-text.gleam
Normal file
5
Task/Hello-world-Text/Gleam/hello-world-text.gleam
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import gleam/io
|
||||
|
||||
pub fn main() {
|
||||
io.println("Hello world!")
|
||||
}
|
||||
4
Task/Hello-world-Text/Onyx-(wasm)/hello-world-text.onyx
Normal file
4
Task/Hello-world-Text/Onyx-(wasm)/hello-world-text.onyx
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
use core {printf}
|
||||
main :: () {
|
||||
printf("Hello world!");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue