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 | piimpj (pjcrowley) |
Race Number | 6 |
Date | Thu, 8 Aug 2019 23:45:46 +0000 |
Universe | code |
Speed |
51 WPM
![]() |
Accuracy | 97.4% |
Rank | 4th place (out of 5) |
Opponents | arc_sec (1st place) lesirh (2nd place) nikefanaccount (3rd place) |
Text typed:
|
public class HelloWorld
{
public static void main(String[] args)
{
String message = "Hello World!!!";
System.out.println(message);
}
}
— HelloWorld
|