Files

13 lines
205 B
C#
Raw Permalink Normal View History

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