it finally compiles :)

This commit is contained in:
andromeda
2026-02-12 22:20:30 +01:00
parent 66b9e70c8c
commit cea8ba3354
3 changed files with 18 additions and 30 deletions

View File

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