Race Result Details |
Racer | Raheeb (hoenchioma) |
Race Number | 8 |
Date | Mon, 25 Sep 2023 12:34:57 |
Universe | code |
Speed |
44 WPM
![]() |
Accuracy | 93.2% |
Rank | 2nd place (out of 3) |
Text typed:
public class HelloWorld
{
public static void main(String[] args)
{
String message = "Hello World!!!";
System.out.println(message);
}
}
—
HelloWorld
|