7 lines
86 B
Haskell
7 lines
86 B
Haskell
module Main where
|
|
|
|
import Interpreter
|
|
|
|
main :: IO ()
|
|
main = putStrLn "Hello, Prolog!"
|