View Pit Stop page for race #2 by rocketiscracked — Ghost race
View profile for Rahul (rocketiscracked)
Official speed | 39.67 wpm (43.26 seconds elapsed during race) |
---|---|
Race Start | December 12, 2022 10:27:03pm UTC |
Race Finish | December 12, 2022 10:27:46pm UTC |
Outcome | No win (2 of 3) |
Accuracy | 93.0% |
Points | 11.90 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |