Update README.md
This commit is contained in:
parent
bcdf8cec5b
commit
8f4b5feb71
1 changed files with 13 additions and 14 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue