Jump to content

Hello world/Text: Difference between revisions

add Gleam example
(add Gleam example)
Line 2,025:
=={{header|GLBasic}}==
<syntaxhighlight lang="glbasic">STDOUT "Hello world!"</syntaxhighlight>
 
=={{header|Gleam}}==
<syntaxhighlight lang="gleam">
import gleam/io
 
pub fn main() {
io.println("Hello world!")
}
</syntaxhighlight>
 
=={{header|Glee}}==
62

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.