Post #3884270
2026-04-30 13:52 UTC
@sverx@mastodon.gamedev.place
I've yet to find any bugs in my program:
```haskell
main :: IO ()
main = pure ()
```
Replies (1)
-
@sverx@mastodon.gamedev.place 2026-04-30 13:53
@vgarzareyna@functional.cafe I use C, and an empty source file isn't a valid program in C, therefore a C program that surely doesn't contain any bug doesn't exist 😉