Logo

Programming-Idioms

This language bar is your friend. Select your favorite languages!
  • Fortran
print *, 'Hello, world!'

in modern Fortran (2003+) I would consider using the print statement more idiomatic than the write statement
with Ada.Text_IO;
use Ada.Text_IO;
Put_Line ("Hello World!");

New implementation...
< >
programming-idioms.org