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 | Arindam (adam_009) |
Race Number | 91 |
Date | Thu, 6 Jun 2024 16:19:45 +0000 |
Universe | code |
Speed |
22 WPM
![]() |
Accuracy | 92.1% |
Rank | 4th place (out of 4) |
Opponents | maerih (1st place) |
Text typed:
|
public class HelloWorld
{
public static void main(String[] args)
{
String message = "Hello World!!!";
System.out.println(message);
}
}
— HelloWorld
|