You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please ensure your pull request adheres to the following guidelines:
6
+
7
+
* New example or improvements to existing examples are welcome.
8
+
* Please check your spelling and grammar.
9
+
10
+
## Adding a New Example
11
+
12
+
To add a new example, create a new folder and a file or a file (depending upon the example) under the appropriate directory in `./examples`. Please check the `.plan` file to see what examples we plan to create. Feel free to work on any pending examples. We're happy to read/review your changes and collaborate/code with you to merge them.
13
+
14
+
Thank you for your contributions!
15
+
16
+
## Getting started with the project
17
+
18
+
### 1. Fork and clone this repository
19
+
20
+
[Fork this repository](https://github.com/v-community/v_by_example/fork) and clone your fork. If you don't know what forking means or don't know how to do it, nice instructions are available [here](https://help.github.com/articles/fork-a-repo/).
21
+
22
+
#### 2. Make your changes and push them
23
+
24
+
Now you're ready to make your changes! Once you're done with your changes, push those changes to your fork and then [submit a **pull request**](https://help.github.com/articles/using-pull-requests/).
25
+
26
+
## License
27
+
28
+
This code is free to use under the terms of the MIT license.
Hier wird die wichtigste Datenstruktur in V behandelt: `Array`s und `Struct`s. Beinhaltet sind weiterhin Beispiele und Erklärungen zu den Themen Funktionen und Methoden.
In diesem Kapitel werden Arrays noch einmal vertieft. Es wird hier auch auf das Format `JSON` eingegangen, der Bereich Dateioperationen \(lesen und schreiben\), sowie Testing gezeigt.
@@ -62,9 +62,8 @@ Derzeitige Liste der Autoren/Maintainer
62
62
63
63
## Contributing
64
64
65
-
Um etwas beizutragen einfach den [Contributing-Guide](contributing.md) lesen, die Schritte befolgen und los geht's! Wir wählen Maintainer aufgrund ihrer Beiträge zum Projekt aus.
65
+
Um etwas beizutragen einfach den [Contributing-Guide](CONTRIBUTING.md) lesen, die Schritte befolgen und los geht's! Wir wählen Maintainer aufgrund ihrer Beiträge zum Projekt aus.
This section discusses the main operators and conditional statements in V.
29
+
30
+
-[Operator](en/examples/section_2/operator.md)
31
+
-[If-else](en/examples/section_2/if-else.md)
32
+
-[Match](en/examples/section_2/match.md)
33
+
-[Loops](en/examples/section_2/loops.md)
34
+
35
+
## Section 3
36
+
37
+
A study on functions and methods and in the most important data structures in V: arrays and struct.
38
+
39
+
-[Functions](en/examples/section_3/functions.md)
40
+
-[Arrays](en/examples/section_3/arrays.md)
41
+
-[Struct](en/examples/section_3/struct.md)
42
+
-[Methods](en/examples/section_3/methods.md)
43
+
44
+
## Section 4
45
+
46
+
In this section, we dive deeper and study the features inside the Array object. Other examples like JSON, Writing/reading files and Testing are covered.
0 commit comments