File: foo.adb

package info (click to toggle)
dh-ada-library 9.9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 344 kB
  • sloc: sh: 293; perl: 273; makefile: 119; ada: 58; ansic: 7
file content (5 lines) | stat: -rw-r--r-- 85 bytes parent folder | download | duplicates (6)
1
2
3
4
5
with Ada.Text_IO;
procedure Foo is
begin
   Ada.Text_IO.Put_Line ("Hello");
end Foo;