build error

This commit is contained in:
andromeda
2026-01-31 13:18:14 +01:00
parent 4858c3ee2e
commit 2b84809d84
5 changed files with 77 additions and 12 deletions

View File

@@ -1,6 +1,10 @@
module Main where
import qualified Foreign.Ptr (ToFunPtr)
import qualified RGFW.Generated as RGFW
main :: IO ()
main = putStrLn "Hello World"
main = do
putStrLn "Hello World"
window <- toFunPtr ()