summaryrefslogtreecommitdiffstats
path: root/TwoStepsAuthenticator.TestApp/Program.cs
diff options
context:
space:
mode:
Diffstat (limited to 'TwoStepsAuthenticator.TestApp/Program.cs')
-rw-r--r--TwoStepsAuthenticator.TestApp/Program.cs17
1 files changed, 0 insertions, 17 deletions
diff --git a/TwoStepsAuthenticator.TestApp/Program.cs b/TwoStepsAuthenticator.TestApp/Program.cs
deleted file mode 100644
index 6aa9a3a..0000000
--- a/TwoStepsAuthenticator.TestApp/Program.cs
+++ /dev/null
@@ -1,17 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace TwoStepsAuthenticator.TestApp
-{
- class Program
- {
- static void Main(string[] args)
- {
- var auth = new TwoStepsAuthenticator();
- auth.GetPinCode("JBSWY3DPEHPK3PXP", new DateTime(2013, 6, 12, 18, 0, 0));
- }
- }
-}