16 lines
253 B
Plaintext
16 lines
253 B
Plaintext
using AniNIX.Shared;
|
|
|
|
namespace AniNIX.Uniglot {
|
|
|
|
/// Test class
|
|
public class Test {
|
|
|
|
/// <summary>
|
|
/// The default function
|
|
/// </summary>
|
|
static int Main(string[] args) {
|
|
return 0;
|
|
}
|
|
}
|
|
}
|