Add Tea language (#1226)

* Create Tea.tea

* Update readme.md

* Update Tea.tea

* Update readme.md

Co-authored-by: Zuorong Zhang <zuorong-zhang@outlook.com>
This commit is contained in:
kuaiquxiezuoye
2022-01-18 11:37:09 +08:00
committed by GitHub
parent 227d59bddb
commit ac628835c8
2 changed files with 3 additions and 1 deletions

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 (857 total)
## Languages (858 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)
@@ -769,6 +769,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [TapeBagel](t/TapeBagel.tb)
* [Tcl](t/Tcl.tcl)
* [TCSH](t/TCSH.tcsh)
* [Tea](t/Tea.tea)
* [Telephone](t/Telephone)
* [Terra](t/Terra.t)
* [TeX](t/TeX.tex)

1
t/Tea.tea Normal file
View File

@@ -0,0 +1 @@
echo "Hello World"