diff options
Diffstat (limited to 'crypto/test/src/Program.cs')
-rw-r--r-- | crypto/test/src/Program.cs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/crypto/test/src/Program.cs b/crypto/test/src/Program.cs new file mode 100644 index 000000000..16e39a28e --- /dev/null +++ b/crypto/test/src/Program.cs @@ -0,0 +1,11 @@ +using System; +using System.Collections.Generic; +using System.Text; + +namespace crypto.test +{ + class Program + { + static void Main(string[] args) { } + } +} |