This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env -S dotnet fsi | |
#nowarn "3391" // To hide CBool implicit conversion warnings | |
#r "nuget: Raylib-cs" | |
open Raylib_cs | |
open System // Random | |
open System.Numerics // Vector2, Rectangle |