View Pit Stop page for race #590 by karanjain18 — Ghost race
View profile for Karan Jain (karanjain18)
Official speed | 83.23 wpm (20.62 seconds elapsed during race) |
---|---|
Race Start | February 4, 2022 6:55:17am UTC |
Race Finish | February 4, 2022 6:55:37am UTC |
Outcome | No win (3 of 3) |
Accuracy | 99.0% |
Points | 24.97 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |