- Hello, Playground!
- String interpolation
- Fibonacci
- Structs and embedded structs
- Sum types
- Generics
- Concurrency
- Channel Select
- JSON Encoding/Decoding
- Filter Log file
- Compile-time Reflection
- Anonymous & higher order functions
- Testing
Looks like you are new here!
This mode allows you to translate V code to C code.
Generated C code
Right editor represent the C code
that was generated from the V code.
that was generated from the V code.
V code
Left editor represent the V code
that was translated to C code.
that was translated to C code.
Line matching
Click on a line in the V code
to see the corresponding line in the C code.
to see the corresponding line in the C code.
- code.v
1
Loading V version...
Keyboards Shortcuts
Run code
Ctrl + R
Format code
Ctrl + L
Comment lines
Ctrl + /
Change font size
Ctrl + +/-
Open/close terminal
Ctrl + T
Open/close this help
Ctrl + I
Run