Explorar o código

Update README.md

Petro Romanovych %!s(int64=5) %!d(string=hai) anos
pai
achega
c7b2703bea
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -20,7 +20,7 @@ void main()
 	{
 		BeginDrawing();
 		ClearBackground(RAYWHITE);
-		DrawText(BLACK);
+		DrawText("Hello, World!", 400, 300, 28, BLACK);
 		EndDrawing();
 	}
 	CloseWindow();