File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ This is a personal project with the goal of learning and understanding c# and js
44
55[ Nuget package] ( https://www.nuget.org/packages/CSharpToJavaScript/ ) | [ Website] ( https://tilied.github.io/CSTOJS_Pages/ ) | [ Try it online!] ( https://tilied.github.io/CSTOJS_Pages/BWA/ ) | [ CLI] ( https://github.com/TiLied/CSTOJS_CLI ) | [ VS Code Extension] ( https://marketplace.visualstudio.com/items?itemName=tilied.cstojs-vscode-ext ) | [ VS Extension] ( https://marketplace.visualstudio.com/items?itemName=tilied.cstojs-vs-ext )
66
7- ### C#
7+ ### C# input
88``` csharp
99namespace ConsoleAppTest .CSharp ;
1010
@@ -16,7 +16,7 @@ public class Test
1616 }
1717}
1818```
19- ### Javascript
19+ ### Javascript output
2020``` javascript
2121class Test
2222{
@@ -59,8 +59,8 @@ public class Program
5959CSharp/Test.cs
6060``` csharp
6161using static CSharpToJavaScript .APIs .JS .GlobalObject ;
62-
6362namespace ConsoleAppTest .CSharp ;
63+
6464public class Test
6565{
6666 public Test ()
You can’t perform that action at this time.
0 commit comments