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:
parent
bcdf8cec5b
commit
8f4b5feb71
@ -49,9 +49,9 @@ the command won't work.
|
||||
```csharp
|
||||
using Raylib_cs;
|
||||
|
||||
namespace HelloWorld
|
||||
{
|
||||
static class Program
|
||||
namespace HelloWorld;
|
||||
|
||||
class Program
|
||||
{
|
||||
public static void Main()
|
||||
{
|
||||
@ -70,7 +70,6 @@ namespace HelloWorld
|
||||
Raylib.CloseWindow();
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
## Contributing
|
||||
|
Loading…
x
Reference in New Issue
Block a user