13 lines
204 B
C#
13 lines
204 B
C#
|
|
using mROA.Codegen;
|
|
|
|
namespace mROA.Example;
|
|
|
|
public class MainX
|
|
{
|
|
public static void Main(string[] args)
|
|
{
|
|
CoCodegenMethodRepository a = new CoCodegenMethodRepository();
|
|
|
|
}
|
|
} |