yiyandaoren / vlang-study

follow me to study v language

Home Page:https://v.autosgpt.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

study-vlang

follow me to study v language

1. v run command examples

1.1 run single file

v run hello.v

1.2 run in any directory

1.2.1 run in directory

cd ANT_PATH && v run .

1.2.2 run with parameters

v run . --yourparam some_other_stuff

1.2.3 run and keep executable file

v -keepc run .

About

follow me to study v language

https://v.autosgpt.io/

License:Apache License 2.0


Languages

Language:V 100.0%