Skip to content

Commit

Permalink
Fix lvtrun files compil
Browse files Browse the repository at this point in the history
  • Loading branch information
Saverio976 committed Jan 3, 2024
1 parent d4f7070 commit b5b5a40
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lvtrun/lvtrun.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2

-- This file has been generated from package.yaml by hpack version 0.35.2.
-- This file has been generated from package.yaml by hpack version 0.36.0.
--
-- see: https://github.com/sol/hpack

Expand Down
13 changes: 13 additions & 0 deletions lvtrun/src/Lib.hs
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{-
-- EPITECH PROJECT, 2023
-- Leviator compiler
-- File description:
-- Lib
-}

module Lib
( someFunc
) where

someFunc :: IO ()
someFunc = putStrLn "someFunc"

0 comments on commit b5b5a40

Please sign in to comment.