diff options
| author | andromeda <andromeda@lenovo> | 2026-01-31 13:18:14 +0100 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-01-31 13:18:14 +0100 |
| commit | 2b84809d8472b19e4e2d5adfc0cce81947071d46 (patch) | |
| tree | 93e1594b793d09324dbdf3570da71406a9f6d6d0 /src/Main.hs | |
| parent | 4858c3ee2ee3c4ca657405df6237f802df1a1e02 (diff) | |
build error
Diffstat (limited to 'src/Main.hs')
| -rw-r--r-- | src/Main.hs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Main.hs b/src/Main.hs index 3a4853c..eaf5eab 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -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 () |
