Update README.md
This commit is contained in:
parent
bcdf8cec5b
commit
8f4b5feb71
1 changed files with 13 additions and 14 deletions
|
|
@ -49,10 +49,10 @@ the command won't work.
|
|||
```csharp
|
||||
using Raylib_cs;
|
||||
|
||||
namespace HelloWorld
|
||||
namespace HelloWorld;
|
||||
|
||||
class Program
|
||||
{
|
||||
static class Program
|
||||
{
|
||||
public static void Main()
|
||||
{
|
||||
Raylib.InitWindow(800, 480, "Hello World");
|
||||
|
|
@ -69,7 +69,6 @@ namespace HelloWorld
|
|||
|
||||
Raylib.CloseWindow();
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue