Data update
This commit is contained in:
parent
5150844a7d
commit
4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions
|
|
@ -1,17 +0,0 @@
|
|||
with Ada.Text_IO; use Ada.Text_IO;
|
||||
|
||||
procedure Print_Line is
|
||||
Printer : File_Type;
|
||||
begin
|
||||
begin
|
||||
Open (Printer, Mode => Out_File, Name => "/dev/lp0");
|
||||
exception
|
||||
when others =>
|
||||
Put_Line ("Unable to open printer.");
|
||||
return;
|
||||
end;
|
||||
|
||||
Set_Output (Printer);
|
||||
Put_Line ("Hello World!");
|
||||
Close (Printer);
|
||||
end Print_Line;
|
||||
Loading…
Add table
Add a link
Reference in a new issue