From cc593c4ccb6a1215405822fc7044b6afaa7cb8ec Mon Sep 17 00:00:00 2001 From: ilsix Date: Sun, 7 Apr 2024 01:14:51 +0200 Subject: [PATCH] Revert "Readme" This reverts commit 8d1ffa515623f9ff0dbd78d3b0a5bae79ed5538e. --- Readme.md | 54 +++++++++++++++++++++++++++--------------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/Readme.md b/Readme.md index 1d83a1d..de62167 100644 --- a/Readme.md +++ b/Readme.md @@ -1,29 +1,29 @@ # Hello World in different languages -| Language | Hello World | Addition | Subtraction | Multiplication | Division | -|------------|-------------|----------|-------------|----------------|----------| -| BASIC | | | | | -| C | Done | | | | -| C# | Done | | | | -| C++ | Done | | | | -| COBOL | Done | | | | -| Delphi | | | | | -| ECMAScript | | | | | -| Erlang | | | | | -| Fortran | Done | | | | -| Go | Done | | | | -| Haskell | Done | | | | -| HTML | Done | | | | -| Java | Done | | | | -| JavaScript | Done | | | | -| Kotlin | | | | | -| Lua | | | | | -| Pascal | Done | | | | -| Perl | Done | | | | -| PHP | Done | | | | -| Python | Done | | | | -| Ruby | Done | | | | -| Rust | Done | | | | -| Swift | | | | | -| TypeScript | | | | | -| | | | | | +## Todo +- BASIC +- Delphi +- ECMAScript +- Erlang +- Kotlin (no compiler/runtime provided via package manager) +- Lua +- Swift (no compiler/runtime provided via package manager) +- TypeScript + +## Done +- C +- C# +- C++ +- COBOL +- Fortran +- Go +- Haskell +- HTML +- Java +- JavaScript +- Pascal +- Perl +- PHP +- Python +- Ruby +- Rust \ No newline at end of file