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 : Integer := 10;
Y : Integer := 20;
begin
Put_Line (Integer'Image(X + Y));
end Main;
with Ada.Text_IO; use Ada.Text_IO;
procedure Main is
type Array_Type is array (1 .. 5) of Integer;
Array_Var : Array_Type := (others => 0);
begin
for I in Array_Var'Range loop
Put_Line (Integer'Image(Array_Var(I)));
end loop;
end Main;
with Ada.Text_IO; use Ada.Text_IO;
with Ada.Real_Time; use Ada.Real_Time;
procedure Main is
Task_Delay : Time_Span := Milliseconds (500);
Now : Time := Clock;
begin
delay until Now + Task_Delay;
Put_Line ("Hello, world!");
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)