Skip to content
Snippets Groups Projects

Split executable from library

Merged BinderDavid requested to merge create-library into master
1 unresolved thread
3 files
+ 22
6
Compare changes
  • Side-by-side
  • Inline
Files
3
app/Main.hs 0 → 100644
+ 6
0
module Main where
import qualified HpcMain as HPC
main :: IO ()
main = HPC.main
\ No newline at end of file
Loading