πŸ”₯0
πŸͺ™0
Shishya I

Code Playground

Write and run JavaScript, TypeScript, Python, or Java. JS/TS run in-browser; Python runs via Wandbox API; Java shows local run instructions.

Templates

Hello World

Tips

  • β€’ JS/TS: run instantly in-browser via console.log() β€” no server needed
  • β€’ Python: runs via Wandbox API (free, no key) β€” requires internet, may take 2–5 seconds
  • β€’ Java: no free cloud compiler available β€” click Run for local run instructions (javac)
  • β€’ For Java: wrap your code in a public class Main with a main method
  • β€’ Scripts time out after 5 seconds to prevent infinite loops
  • β€’ TypeScript type annotations are stripped before in-browser execution