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 | ye (yimy) |
Race Number | 3 |
Date | Sat, 15 Jan 2022 19:41:06 +0000 |
Universe | code |
Speed |
44 WPM
![]() |
Accuracy | 93.7% |
Rank | 2nd place (out of 2) |
Opponents | tr00t (3rd place) vanosgaming2014 (1st place) |
Text typed:
|
public class HelloWorld
{
public static void main(String[] args)
{
String message = "Hello World!!!";
System.out.println(message);
}
}
— HelloWorld
|