Add TSharp (#1179)

* Create T Sharp.t#

* Add TSharp
This commit is contained in:
bichanna 2021-12-04 09:41:05 -06:00 committed by GitHub
parent e4e501ace8
commit bbda4ccb44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 1 deletions

1
T Sharp.t# Normal file
View File

@ -0,0 +1 @@
push "Hello World" print

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 (837 total)
## Languages (838 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)
@ -766,6 +766,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [Tri](t/Tri.tri)
* [TrollScript](t/TrollScript.troll)
* [TrumpScript](t/TrumpScript.py)
* [TSharp](t/TSharp.t#)
* [TSQL](t/TSQL.sql)
* [TTCN3](t/TTCN3.ttcn)
* [Turing](t/Turing.oot)

1
t/TSharp.t# Normal file
View File

@ -0,0 +1 @@
push "Hello World" print