v-community / v_by_example

Learn V by Example

Home Page:https://v-community.gitbook.io/v-by-example/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change code snippets

lainq opened this issue · comments

commented

All the code snippets are highlighted using the go syntax. Please replace it with the v syntax

fn hello(){
}
fn hello(){
}