Advertisement
Guest User

Untitled

a guest
Sep 27th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Nim 0.16 KB | None | 0 0
  1. import nimcx
  2.  
  3. cleanScreen()      
  4. loopy2(1,100):
  5.     printfontfancy("nice try - Nim")
  6.     decho(10)
  7.     sleepy(0.08)
  8.     curset()
  9.    
  10. decho(10)
  11. doFinish()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement