Skip to content

Commit e34d33d

Browse files
authored
Update README.md
1 parent 17e0214 commit e34d33d

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1-
# CSharpToJavaScript
1+
# CSharpToJavaScript
2+
### Description
3+
Brute forcing conversion(translation) from C# to Javascript.
4+
5+
| C# | Javascript |
6+
| --- | --- |
7+
| <pre>using static CSharpToJavaScript.APIs.JS.GlobalThis;<br>namespace ConsoleApp1twest.CSharp;<br><br>public class Test<br>{<br> public Test()<br> {<br> Console.Log("HelloWorld!");<br> }<br>}</pre> | <pre>class Test<br>{<br> constructor()<br> {<br> console.log("HelloWorld!");<br> }<br>}</pre>|
8+
9+

0 commit comments

Comments
 (0)