diff options
author | Guillaume <guillaumelacasa@hotmail.com> | 2013-06-12 20:40:41 +0200 |
---|---|---|
committer | Guillaume <guillaumelacasa@hotmail.com> | 2013-06-12 20:40:41 +0200 |
commit | b09d7395f2842cd908c02c81e91a5b3cecf415c6 (patch) | |
tree | ddc0543db412a955e051959e5bd3b40fe36a3fc5 /TwoStepsAuthenticator.TestApp/Program.cs | |
parent | a9ca2e8b619100c6d3951c9a1f729f4a1157fe29 (diff) | |
download | TwoStepsAuthenticator-b09d7395f2842cd908c02c81e91a5b3cecf415c6.zip TwoStepsAuthenticator-b09d7395f2842cd908c02c81e91a5b3cecf415c6.tar.gz TwoStepsAuthenticator-b09d7395f2842cd908c02c81e91a5b3cecf415c6.tar.bz2 |
Algo OK
Diffstat (limited to 'TwoStepsAuthenticator.TestApp/Program.cs')
-rw-r--r-- | TwoStepsAuthenticator.TestApp/Program.cs | 17 |
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)); - } - } -} |