1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-10-09 04:00:03 +02:00
piston/lxc/tests/test.cs
2020-06-08 20:54:21 -05:00

9 lines
142 B
C#

using System;
namespace HelloWorld {
class Hello {
static void Main() {
Console.WriteLine("good");
}
}
}