Ver código fonte

Update README.md

Petro Romanovych 5 anos atrás
pai
commit
c7b2703bea
1 arquivos alterados com 1 adições e 1 exclusões
  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();