Hello World in Ada
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:
| |
Every programming journey starts with Hello World. Let’s write our first Ada program using the GNAT compiler (GNU Ada).
Create a file named hello.adb:
| |
Ada’s type system is one of the most powerful and distinctive features in all of programming. Where most languages use types as loose labels that the programmer must remember to respect, Ada …
Read more →