Race Result Details |
Racer | MisterAtt (rocketspdtyper) |
Race Number | 27 |
Date | Mon, 2 Sep 2024 23:58:50 |
Universe | code |
Speed |
57 WPM
![]() |
Accuracy | 95.5% |
Rank | 1st place (out of 3) |
Text typed:
public class HelloWorld
{
public static void main(String[] args)
{
String message = "Hello World!!!";
System.out.println(message);
}
}
—
HelloWorld
|