diff options
author | Xavi Artigas <xavierartigas@yahoo.es> | 2018-08-24 01:44:50 -0700 |
---|---|---|
committer | apache <apache@e5-web1.enlightenment.org> | 2018-08-24 01:44:50 -0700 |
commit | 2e417b6f96b24315390414cf552f140e5963cb5f (patch) | |
tree | 9d7ece0c5f3c317faafecd1011350b4dc3748bef /pages/develop/tutorials/csharp/start.md.txt | |
parent | 2a75a75622235e136a814584b8ace35dc596e869 (diff) |
Wiki page start.md changed with summary [Added Hello World C#] by Xavi Artigas
Diffstat (limited to '')
-rw-r--r-- | pages/develop/tutorials/csharp/start.md.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/develop/tutorials/csharp/start.md.txt b/pages/develop/tutorials/csharp/start.md.txt index 6c7d71efa..8b304d4ac 100644 --- a/pages/develop/tutorials/csharp/start.md.txt +++ b/pages/develop/tutorials/csharp/start.md.txt | |||
@@ -14,4 +14,4 @@ The following tutorials are designed to build on each other, introducing concept | |||
14 | | --- | ------- | --- | | 14 | | --- | ------- | --- | |
15 | |  | **The C# bindings are currently in BETA state**<br>They should only be used for experimenting and **NOT** for any product development.<br>The source code for the tutorials is subject to change in the future. |  | | 15 | |  | **The C# bindings are currently in BETA state**<br>They should only be used for experimenting and **NOT** for any product development.<br>The source code for the tutorials is subject to change in the future. |  | |
16 | 16 | ||
17 | COMING SOON \ No newline at end of file | 17 | * [Hello World](hello-world-cs.md) |