Inspiration

This is my submission for the MLH Local Hack Day: Build Day 1 challenge "Hello, World in a New Language ".

What it does

Ada is a state-of-the art programming language that development teams worldwide are using for critical software: from microkernels and small-footprint, real-time embedded systems to large-scale enterprise applications, and everything in between. My program prints some strings into the console and then prints the current date. The, it takes two integer inputs from the user and then prints the sum of these two integers.

How I built it

  • The Adacore course for the Ada programming language is a great resource for learning the language. I started learning this language from the course itself.
  • Link for Adacore Course : link
  • I used the online Ada programming language compiler "Coding Ground" from
  • Link for online Compiler: link

What I learned

I tried out the Ada programming language for the first time. It was really great to learn and get hands-on experience with a new language.

What's next for Hello World in "Ada" Programming Language

I will keep on learning new concepts of Ada and apply them into practical projects.

Built With

  • ada
  • gnat
  • helloworld
  • program
Share this project:

Updates