with Ada.Text_IO; use Ada.Text_IO;
procedure Hello is
begin
Put_Line ('Hello, world!');
end Hello;
with Ada.Text_IO; use Ada.Text_IO;
procedure Hello is
begin
Put_Line ('Hello, world!');
end Hello;
with Ada.Text_IO; use Ada.Text_IO;
procedure Main is
X, Y : Integer := 10;
begin
X := X + Y;
Put_Line (Integer'Image(X));
end Main;
with Ada.Containers.Vectors;
procedure Main is
package Integer_Vectors is new Ada.Containers.Vectors (Index_Type => Natural, Element_Type => Integer);
Vector : Integer_Vectors.Vector;
begin
Vector.Append (10);
Vector.Append (20);
Vector.Append (30);
end Main;
with Ada.Text_IO; use Ada.Text_IO;
with Ada.Real_Time; use Ada.Real_Time;
procedure Main is
Task_1 : Time_Span := Milliseconds (500);
Task_2 : Time_Span := Seconds (1);
begin
delay until Clock + Task_1;
Put_Line ('Task 1 completed');
delay until Clock + Task_2;
Put_Line ('Task 2 completed');
end Main;
Back-end App Developer
Front-end Web Developer
Full Stack Developer (Java)
Full Stack Developer (.Net)
Full Stack Developer (MEAN)
Full Stack Developer (MERN)
DevOps Engineer
Database Engineer (AzureSQL)
Database Engineer (Oracle)
Database Engineer (General)
Solution Architect (.NET)
Solution Architect (Java)
Solution Architect (Ruby)
Solution Architect (Python)
AI Engineer (Python)
Sr. AI Engineer (Python)
AI Strategist (Python)
Business Intelligence Engineer
Systems Analyst
Mainframe Developer (COBOL)
Mainframe Developer (General)