Files
dotnet-packaging/molecule/framework-dependent/framework-dependent-app/Program.cs

13 lines
205 B
C#
Raw Normal View History

using System;
namespace framework_dependent_app
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
}
}
}