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