Skip to content

Commit 3d1d340

Browse files
add test class
1 parent 9807a85 commit 3d1d340

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tests/CommandLineTests/ProgramTest.cs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
using System;
2+
using System.Collections.Generic;
3+
using System.Text;
4+
5+
namespace Microstack.Tests.CommandLineTests
6+
{
7+
class ProgramTest
8+
{
9+
}
10+
}

0 commit comments

Comments
 (0)