View Pit Stop page for race #3 by tanushreemr — Ghost race
View profile for Tanushree (tanushreemr)
Official speed | 29.51 wpm (58.15 seconds elapsed during race) |
---|---|
Race Start | May 27, 2023 4:10:53am UTC |
Race Finish | May 27, 2023 4:11:51am UTC |
Outcome | No win (3 of 3) |
Accuracy | 95.0% |
Points | 8.85 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |