Gleam (programming language): Difference between revisions

Content deleted Content added
Citation bot (talk | contribs)
Alter: journal, title. | Use this bot. Report bugs. | Suggested by Dominic3203 | Category:Programming language topic stubs | #UCB_Category 91/451
made hello world example say hello world
Line 60:
 
pub fn main() {
io.println("hello, friendworld!")
}
</syntaxhighlight>