90
hajro92
5y

Genius ^^

Comments
  • 2
    Globals is for beginners. The real pro declares one god structure with everything needed in main() and passes around a pointer to that to all functions. No global variables, super clean.
  • 0
    It works perfectly in js 👍
  • 2
    Also this does not work if you want to call the same function with different parameters.

    don't use functions at all just put everything into main :D
Add Comment