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, Z : Integer := 10;
begin
Z := X + Y;
Put_Line (Integer'Image(Z));
end Main;
with Ada.Text_IO; use Ada.Text_IO;
procedure Main is
type Array_Type is array (1 .. 5) of Integer;
Arr : Array_Type := (others => 0);
begin
for I in Arr'Range loop
Arr (I) := I * 10;
Put_Line (Integer'Image(Arr (I)));
end loop;
end Main;
with Ada.Text_IO; use Ada.Text_IO;
with Ada.Task_Identification;
procedure Main is
Task_Id : Ada.Task_Identification.Task_Id := Ada.Task_Identification.Current_Task;
begin
Put_Line ('Current task ID: ' & Ada.Task_Identification.Image (Task_Id));
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)