Put the API in an seperate library assembly and create an assembly for testing.
[crypto_lab2.git] / labo2-fsharp / labo2-fsharp / Program.fs
diff --git a/labo2-fsharp/labo2-fsharp/Program.fs b/labo2-fsharp/labo2-fsharp/Program.fs
deleted file mode 100644 (file)
index a3d2e56..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-(*
-Crypto - Labo n°2.
-*)
-
-module Labo2.Main
-
-open System
-open Crypto
-
-[<EntryPoint>]
-let main args = 
-    printfn "Labo n°2"
-
-    if Array.exists ((=) "tests") args then
-        testRSA.Force ()
-        testRSASignature.Force ()
-    0