v-community / v_by_example

Learn V by Example
https://v-community.gitbook.io/v-by-example/
MIT License
169 stars 30 forks source link

Change code snippets #183

Open lainq opened 3 years ago

lainq commented 3 years ago

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

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