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