Skip to content

Instantly share code, notes, and snippets.

@cdeutsch
Created December 4, 2014 20:30
Show Gist options
  • Save cdeutsch/8dba870d64f8f1bea671 to your computer and use it in GitHub Desktop.
Save cdeutsch/8dba870d64f8f1bea671 to your computer and use it in GitHub Desktop.
with TEXT_IO;
procedure name is
begin -- name
TEXT_IO.PUT(" ##### # # ###### ### ##### ");
TEXT_IO.NEW_LINE;
TEXT_IO.PUT("# # # # # # # # #");
text_io.new_line;
text_io.put("# # # # # # # ");
text_io.new_line;
text_io.put("# ####### ###### # ##### ");
text_io.new_line;
text_io.put("# # # # # # #");
text_io.new_line;
text_io.put("# # # # # # # # #");
text_io.new_line;
text_io.put(" ##### # # # # ### ##### ");
text_io.new_line;
end name;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment