Skip to content
Snippets Groups Projects
Main.hs 140 B
Newer Older
  • Learn to ignore specific revisions
  • module Main
      ( main
      ) where
    
    import PaymentServer.Ristretto
      ( randomSigningKey
      )
    
    main :: IO ()
    main = randomSigningKey >>= putStrLn