Add multi-language-repo
This commit is contained in:
parent
b73b259103
commit
583f8a923c
32 changed files with 257 additions and 0 deletions
12
tests/multi-language-repo/main.cs
Normal file
12
tests/multi-language-repo/main.cs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
using System;
|
||||
|
||||
namespace HelloWorldApp {
|
||||
class Geeks {
|
||||
static void Main(string[] args) {
|
||||
if (true) {
|
||||
Console.WriteLine("Hello World!");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue