summary refs log tree commit diff
path: root/crypto/test/src/Program.cs
blob: 16e39a28ebdcc018a0a7d08db6b23072c16ca4a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
using System;
using System.Collections.Generic;
using System.Text;

namespace crypto.test
{
    class Program 
    { 
        static void Main(string[] args) { } 
    }
}