mirror of
https://github.com/FiloSpaTeam/plutus-pioneer-program.git
synced 2024-11-14 19:02:53 +01:00
6 lines
82 B
Haskell
6 lines
82 B
Haskell
module Main
|
|
( main
|
|
) where
|
|
|
|
main :: IO ()
|
|
main = putStrLn "oracle client"
|