From bf5ce600efe5d81d98547efcead6b09cc2e8bacd Mon Sep 17 00:00:00 2001 From: Adrian Yorke Date: Sat, 29 Jan 2022 03:51:33 +0200 Subject: [PATCH] Add Robot Framework + fix typo in contributing.md (#1291) * Add Robot Framework + fix typo in contributing.md * Add space between 'Robot' and 'Framework' --- contributing.md | 2 +- r/Robot Framework.robot | 3 +++ readme.md | 3 ++- 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 r/Robot Framework.robot diff --git a/contributing.md b/contributing.md index c52bebb7..00de785b 100644 --- a/contributing.md +++ b/contributing.md @@ -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 diff --git a/r/Robot Framework.robot b/r/Robot Framework.robot new file mode 100644 index 00000000..f32d7f04 --- /dev/null +++ b/r/Robot Framework.robot @@ -0,0 +1,3 @@ +*** Task *** +Display Greeting + Log To Console Hello World diff --git a/readme.md b/readme.md index 61986797..b5bf29ba 100644 --- a/readme.md +++ b/readme.md @@ -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 (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)