mirror of
https://github.com/Smaug123/WoofWare.PawPrint
synced 2025-10-13 01:28:40 +00:00
Rejig test harness (#68)
This commit is contained in:
13
WoofWare.PawPrint.Test/sourcesImpure/InstaQuit.cs
Normal file
13
WoofWare.PawPrint.Test/sourcesImpure/InstaQuit.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
|
||||
namespace HelloWorldApp
|
||||
{
|
||||
class Program
|
||||
{
|
||||
static int Main(string[] args)
|
||||
{
|
||||
Environment.Exit(1);
|
||||
return 100;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user