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:
@@ -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
3
r/Robot Framework.robot
Normal file
@@ -0,0 +1,3 @@
|
||||
*** Task ***
|
||||
Display Greeting
|
||||
Log To Console Hello World
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user