Record your races with a typeracer account:
Create Your Account- Save your race history and scores.
- Customize your profile and racecar.
- It’s free, why not?
Race Result Details |
Racer | Jacob (vanosgaming2014) |
Race Number | 3 |
Date | Sun, 19 Sep 2021 02:53:40 +0000 |
Universe | code |
Speed |
77 WPM
![]() |
Accuracy | 98.0% |
Rank | 2nd place (out of 3) |
Opponents | d3b1 (1st place) smackthatallonthefloor (3rd place) |
Text typed:
|
public class HelloWorld
{
public static void main(String[] args)
{
String message = "Hello World!!!";
System.out.println(message);
}
}
— HelloWorld
|