Added C# project for calling the different modules

This commit is contained in:
Pasha Bibko
2025-05-03 17:04:37 +01:00
parent e12088979d
commit cb26d373ae
14 changed files with 295 additions and 45 deletions

View File

@@ -1,13 +1,4 @@
func main()
{
int a
a = 4
int b
b = 7
int c
c = a / b
return c
return 34
}