test detection of C# dependencies
This commit is contained in:
parent
a3680af7d5
commit
7bc8ec006b
3 changed files with 57 additions and 6 deletions
10
tests/samples/codefiles/seesharp.cs
Normal file
10
tests/samples/codefiles/seesharp.cs
Normal file
|
@ -0,0 +1,10 @@
|
|||
using System;
|
||||
|
||||
public class Hello4
|
||||
{
|
||||
public static int Main(string[] args)
|
||||
{
|
||||
Console.WriteLine("Hello, World!");
|
||||
return 0;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue