mirror of
https://github.com/Smaug123/WoofWare.PawPrint
synced 2025-10-18 20:08:38 +00:00
Rejig test harness (#68)
This commit is contained in:
13
WoofWare.PawPrint.Test/sourcesImpure/WriteLine.cs
Normal file
13
WoofWare.PawPrint.Test/sourcesImpure/WriteLine.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
|
||||
namespace HelloWorldApp
|
||||
{
|
||||
class Program
|
||||
{
|
||||
static int Main(string[] args)
|
||||
{
|
||||
Console.WriteLine("Hello, world!");
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user