X-Git-Url: http://git.euphorik.ch/?p=crypto_lab2.git;a=blobdiff_plain;f=labo2-fsharp%2FCryptoFileTests%2FProgram.fs;h=b8249123941017f74a7f8a3e19aa85be6ee3e15e;hp=4b8307245ec55993038759904dcb84edbf82341b;hb=19a9446e4042d5e451f1ae0534ffba242d33879e;hpb=0425c0fc231c8a5625bf7ac9b711e152de0eafaa diff --git a/labo2-fsharp/CryptoFileTests/Program.fs b/labo2-fsharp/CryptoFileTests/Program.fs index 4b83072..b824912 100644 --- a/labo2-fsharp/CryptoFileTests/Program.fs +++ b/labo2-fsharp/CryptoFileTests/Program.fs @@ -34,8 +34,6 @@ module internal Keys = [] 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