3d14caceff
Moving TestProjects and TestPackages under root 'TestAssets' folder. Partial fix #1250
15 lines
242 B
C#
15 lines
242 B
C#
using System;
|
|
|
|
namespace ConsoleApplication
|
|
{
|
|
public class Program
|
|
{
|
|
public static void Main(string[] args)
|
|
{
|
|
Console.WriteLine("Hello World!");
|
|
}
|
|
}
|
|
|
|
public class TT : Attribute
|
|
{}
|
|
}
|