The V Playground
The V Playground is a official place where you can run, edit and share V code online.
About
Playground is an open source project that you can help develop, or study its source code for yourself.
If you find any problems, please let us know by creating a new issue.
Features
Formatting code
The playground automatically formats your code when you press Ctrl + R .
You can also format your code by clicking the Format button in header.
Sharing code
You can share your code by clicking the Share button in header. It's create a new URL to your code and copy it to your clipboard. Created link also available in the Terminal.
Persistence
The playground saves your code in your browser's local storage. So you can close the tab and come back later to continue working on your code.
Local storage is a singleton resource, so if you use multiple windows, only the most recently saved code will be persisted.
Limitations
-
Memory
The amount of memory the compiler and resulting executable use is limited.
-
Execution Time
The total compilation and execution time is limited.
-
Disk
The total disk space available to the compiler and resulting executable is limited.