CodeArchaeology
  • Home
  • Languages
  • Encyclopedia
  • Blog
  • Getting Docker
  • About

Ada

Hello World in Ada

December 25, 2025 adahello-worldbeginnergetting-started

Every programming journey starts with Hello World. Let’s write our first Ada program using the GNAT compiler (GNU Ada).

The Code

Create a file named hello.adb:

1
2
3
4
5
6
with Ada.Text_IO; …

Read more →

CodeArchaeology

Exploring programming languages from the popular to the obscure - proving they all still run on modern machines

Quick Links

  • Home
  • Languages
  • Encyclopedia
  • Blog
  • Getting Docker
  • About

Recent Languages

  • AWK
  • SNOBOL
  • Raku
  • Dylan
  • Perl

© 2026 CodeArchaeology. All rights reserved.

Built with Hugo | Examples on GitHub