1
1
mirror of https://github.com/github/semantic.git synced 2024-12-25 07:55:12 +03:00

Add the entry point.

This commit is contained in:
Rob Rix 2016-05-31 09:27:00 -04:00
parent a7bdcaa7c2
commit b4becad5a3

View File

@ -1 +1,8 @@
module Main where module Main where
import Criterion.Main
import Prologue
main :: IO ()
main = defaultMain
[]