Data update
This commit is contained in:
parent
aec8ed51b6
commit
29a5eea0d4
128 changed files with 1298 additions and 0 deletions
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!")
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue