diff options
| author | andromeda <andromeda@lenovo> | 2026-01-24 19:26:30 +0100 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-01-24 19:26:30 +0100 |
| commit | 4858c3ee2ee3c4ca657405df6237f802df1a1e02 (patch) | |
| tree | 4c07e942c1246e61fb02310731438ac4c86ceee5 /src | |
| parent | 8583f117cc787cf8b77a0fa00ab2894da74828f0 (diff) | |
bump hs-bindgen
Diffstat (limited to 'src')
| -rw-r--r-- | src/Main.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Main.hs b/src/Main.hs index e197937..3a4853c 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -1,3 +1,6 @@ module Main where + +import qualified RGFW.Generated as RGFW + main :: IO () main = putStrLn "Hello World" |
