Report almost done.
[crypto_lab2.git] / labo2-fsharp / CryptoFileTests / Program.fs
index 4b83072..b824912 100644 (file)
@@ -34,8 +34,6 @@ module internal Keys =
 
 [<EntryPoint>]
 let main args = 
-    printfn "Labo n°2"
-
     let keySigPub, keySigPriv = Keys.getSig
     let keyCryptPub, keyCryptPriv = Keys.getCrypt
 
@@ -45,3 +43,4 @@ let main args =
     | [| "decrypt"; input; outputDir |] -> API.decryptFile input outputDir keySigPub keyCryptPriv
     | _ -> printUsage ()
     0
+   
\ No newline at end of file