Add Robot Framework + fix typo in contributing.md (#1291)

* Add Robot Framework + fix typo in contributing.md

* Add space between 'Robot' and 'Framework'
This commit is contained in:
Adrian Yorke
2022-01-29 03:51:33 +02:00
committed by GitHub
parent 02ffecc2f7
commit bf5ce600ef
3 changed files with 6 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ If a file name contains a special character that Windows is not able to display,
#### Contents
The code in the file should be the simplest and most straightforward way to print/display/show `Hello World` exactly once in the language used. User input should not be request and a newline should only be printed when necessary.
The code in the file should be the simplest and most straightforward way to print/display/show `Hello World` exactly once in the language used. User input should not be requested and a newline should only be printed when necessary.
### Updating readme

3
r/Robot Framework.robot Normal file
View File

@@ -0,0 +1,3 @@
*** Task ***
Display Greeting
Log To Console Hello World

View File

@@ -8,7 +8,7 @@ Thanks to everyone who continues to contribute; new languages are created every
Make sure to see [contributing.md](/contributing.md) for instructions on contributing to the project!
<!--Languages start-->
## Languages (888 total)
## Languages (889 total)
* [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B)
* [():;#?!](%23/%28%29%CB%B8%3B%23%EF%BC%9F%21)
@@ -722,6 +722,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [Ring](r/Ring.ring)
* [RISC V](r/RISC%20V.s)
* [RiveScript](r/RiveScript.rive)
* [Robot Framework](r/Robot%20Framework.robot)
* [Rockstar](r/Rockstar.rock)
* [Roco](r/Roco.roco)
* [Roy](r/Roy.roy)