diff --git a/T Sharp.t# b/T Sharp.t# new file mode 100644 index 0000000..1b9ab26 --- /dev/null +++ b/T Sharp.t# @@ -0,0 +1 @@ +push "Hello World" print diff --git a/readme.md b/readme.md index 62fbb4e..ff2bd8b 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 (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) diff --git a/t/TSharp.t# b/t/TSharp.t# new file mode 100644 index 0000000..62bcb36 --- /dev/null +++ b/t/TSharp.t# @@ -0,0 +1 @@ +push "Hello World" print \ No newline at end of file