Created
December 4, 2014 20:30
-
-
Save cdeutsch/8dba870d64f8f1bea671 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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