minsto

test

Apr 13th, 2016
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.34 KB | None | 0 0
  1. function printLogo()
  2. print("        .__                 __        ")  
  3. print("  _____ |__| ____   _______/  |_  ____ ")
  4. print(" /     \|  |/    \ /  ___/\   __\/  _ \")
  5. print("|  Y Y  \  |   |  \\___ \  |  | (  <_> )")
  6. print("|__|_|  /__|___|  /____  > |__|  \____/ ")
  7. print("      \/        \/     \/               ")
  8. end
  9. printLogo()
Advertisement
Add Comment
Please, Sign In to add comment