Starting to use Uniglot for hooks standardization.
This commit is contained in:
15
tests/test.csharp
Normal file
15
tests/test.csharp
Normal file
@@ -0,0 +1,15 @@
|
||||
using AniNIX.Shared;
|
||||
|
||||
namespace AniNIX.Uniglot {
|
||||
|
||||
/// Test class
|
||||
public class Test {
|
||||
|
||||
/// <summary>
|
||||
/// The default function
|
||||
/// </summary>
|
||||
static int Main(string[] args) {
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user