dotnet-installer/TestAssets/TestProjects/RARPreCacheProject/Program.cs

13 lines
188 B
C#
Raw Normal View History

2021-03-26 13:23:38 -07:00
using System;
namespace RARPreCacheProject
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
}
}
}