7 lines
88 B
Ada
7 lines
88 B
Ada
with Ada.Text_IO;
|
|
use Ada.Text_IO;
|
|
|
|
procedure uwu is
|
|
begin
|
|
Put_Line ("uwu");
|
|
end uwu;
|