Race Result Details |
Racer | I'm still sticking with Qwerty (chang88_) |
Race Number | 71 |
Date | Tue, 30 Jul 2024 8:05:44 |
Universe | code |
Speed |
68 WPM
![]() |
Accuracy | 94.7% |
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
|