File: foo.adb

package info (click to toggle)
dh-ada-library 8.6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 324 kB
  • sloc: sh: 283; perl: 151; makefile: 94; 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;