You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.
https://en.wikibooks.org/wiki/Ada_Programming
https://en.wikibooks.org/wiki/Ada_Programming/Basic
1 with Ada.Text_IO; 2 3 procedure Hello is 4 begin 5 Ada.Text_IO.Put_Line("Hello, world!"); 6 end Hello;