rouge icon indicating copy to clipboard operation
rouge copied to clipboard

Add V syntax

Open koplenov opened this issue 4 years ago • 0 comments

The name of the language V See: https://github.com/vlang/v/blob/master/doc/docs.md

Implementation in other libraries

fn main() {
	println('hello world')
}

koplenov avatar Apr 17 '21 20:04 koplenov