View Pit Stop page for race #1316 by karanjain18 — Ghost race
View profile for Karan Jain (karanjain18)
Official speed | 90.66 wpm (18.93 seconds elapsed during race) |
---|---|
Race Start | April 3, 2022 11:11:55am UTC |
Race Finish | April 3, 2022 11:12:14am UTC |
Outcome | No win (2 of 3) |
Accuracy | 99.0% |
Points | 27.20 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |