lint/.automation/test/csharp/csharp_bad_01.cs

10 lines
146 B
C#
Raw Normal View History

2020-08-25 14:05:42 -05:00
using System;
namespace HelloWorld {
class Program {
static void Main(string[] args) {
Console.WriteLine("Hello World");
2020-08-25 14:05:42 -05:00
}
}
2020-08-25 13:07:44 -05:00
}