Hello World in Elixir
Every programming journey starts with Hello World. Let’s write our first Elixir program.
The Code
Create a file named hello.exs:
| |
That’s it! One …
Every programming journey starts with Hello World. Let’s write our first Elixir program.
Create a file named hello.exs:
| |
That’s it! One …
Every programming journey starts with Hello World. In J, this is remarkably concise—just a string expression that outputs to the screen.
Create a file named hello.ijs:
| |
Every programming journey starts with Hello World. Let’s write our first Julia program.
Create a file named hello.jl:
| |
Simple and clean—one line …
Read more →Every programming journey starts with Hello World. Let’s write our first Fortran program using modern free-form syntax.
Create a file named hello.f90:
| |
Every programming journey starts with Hello World. Let’s write our first Go program.
Create a file named hello.go:
| |
Every programming journey starts with Hello World. Let’s write our first Kotlin program.
Create a file named Hello.kt:
| |
Every programming journey starts with Hello World. Let’s write our first Pascal program.
Create a file named hello.pas:
program Hello;
begin
WriteLn('Hello, World!');
end. …Read more →Every programming journey starts with Hello World. Let’s write our first Rust program.
Create a file named hello.rs:
| |
Every programming journey starts with Hello World. Let’s write our first TypeScript program.
Create a file named hello.ts:
| |
Yes, it’s …
Read more →BASIC was designed to be beginner-friendly, and it shows. Let’s write Hello World.
Create a file named hello.bas:
| |
That’s it. One line. …
Read more →Showing 61–70 of 77 posts (page 7 of 8)