namespace beef; using Raylib; class Program { public static int Main() { return 0; } }