2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-04-05 11:19:39 -04:00

Update README.md

This commit is contained in:
Chris Dill 2023-08-25 08:24:44 +01:00 committed by GitHub
parent bcdf8cec5b
commit 8f4b5feb71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,9 +49,9 @@ the command won't work.
```csharp ```csharp
using Raylib_cs; using Raylib_cs;
namespace HelloWorld namespace HelloWorld;
{
static class Program class Program
{ {
public static void Main() public static void Main()
{ {
@ -70,7 +70,6 @@ namespace HelloWorld
Raylib.CloseWindow(); Raylib.CloseWindow();
} }
} }
}
``` ```
## Contributing ## Contributing