mirror of
https://github.com/FiloSpaTeam/plutus-pioneer-program.git
synced 2024-11-15 03:12:34 +01:00
7 lines
82 B
Haskell
7 lines
82 B
Haskell
|
module Main
|
||
|
( main
|
||
|
) where
|
||
|
|
||
|
main :: IO ()
|
||
|
main = putStrLn "oracle client"
|