# section\_1

いくつかの基本コード例や演習をこなしながらVを紹介します。

* [Hello World](https://v-community.gitbook.io/v-by-example/jp/examples/section_1/hello_world)
* [Vのキーワード](https://v-community.gitbook.io/v-by-example/jp/examples/section_1/keywords)
* [プリミティブ型](https://v-community.gitbook.io/v-by-example/jp/examples/section_1/primitives)
* [変数](https://v-community.gitbook.io/v-by-example/jp/examples/section_1/variables)
* [文字列](https://v-community.gitbook.io/v-by-example/jp/examples/section_1/strings)
* [コメント](https://v-community.gitbook.io/v-by-example/jp/examples/section_1/comment)
