playground icon indicating copy to clipboard operation
playground copied to clipboard

V Playground: run, edit, share V code online

Results 7 playground issues
Sort by recently updated
recently updated
newest added

It would be cool if you guy's opened up the API for this! 👍

![image](https://github.com/vlang/playground/assets/27794478/239a4721-48ac-46a6-b7a4-7250c4258353)

## Code ```v module main import os fn main() { for { os.input('Command: ') } } ``` ## Output ``` Command: Command: Command: Command: Command: Command: Command: Command: Command: Command:...

bug

Hey Team, When trying to share the code, currently need to manually copy the new link on the page as the link showing in output terminal and copied to the...

When trying to `test` the attached file on the playground it shows: ``` ---- Testing... ---------------------------------------------------------------- FAIL 302.762 ms /box/code_test.v Segmentation fault -------------------------------------------------------------------------------- Summary for all V _test.v files: 1...