Click here to create a new account
Create Your Account- Save your race history and scores.
- Customize your profile and racecar.
- It’s free, why not?
Race Result Details |
Racer | (scraex) |
Race Number | 68 |
Date | Thu, 4 Nov 2021 05:07:43 +0000 |
Universe | code |
Speed |
61 WPM
![]() |
Accuracy | 95.6% |
Rank | 2nd place (out of 2) |
Opponents | heavenseer (1st place) |
Text typed:
|
public class HelloWorld
{
public static void main(String[] args)
{
String message = "Hello World!!!";
System.out.println(message);
}
}
— HelloWorld
|