mirror of
https://github.com/PashaBibko/LX.git
synced 2026-04-03 17:39:02 +00:00
Added C# project for calling the different modules
This commit is contained in:
@@ -1,13 +1,4 @@
|
||||
func main()
|
||||
{
|
||||
int a
|
||||
a = 4
|
||||
|
||||
int b
|
||||
b = 7
|
||||
|
||||
int c
|
||||
c = a / b
|
||||
|
||||
return c
|
||||
return 34
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user