View Pit Stop page for race #63 by a_anand_12 — Ghost race
View profile for abhishek (a_anand_12)
Official speed | 27.55 wpm (62.29 seconds elapsed during race) |
---|---|
Race Start | December 18, 2022 3:01:05am UTC |
Race Finish | December 18, 2022 3:02:07am UTC |
Outcome | Win (1 of 3) |
Accuracy | 93.0% |
Points | 8.27 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |