Microstar301

MICRO/LOGO

May 2nd, 2013
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.38 KB | None | 0 0
  1. term.clear()
  2. term.setCursorPos(1,4)
  3. print("         #     #  ###   ####  ####   ####  ")
  4. print("        ##   ##   #   #      #  #  #    # ")
  5. print("       # # # #   #   #      # #   #    # ")
  6. print("      #  #  #   #   #      ##    #    # ")
  7. print("     #     #   #   #      # #   #    # ")
  8. print("    #     #  ###   ####  #  #   ####  ")
  9. print("     In corporation with Microtech")
Advertisement
Add Comment
Please, Sign In to add comment