View Pit Stop page for race #482 by karanjain18 — Ghost race
View profile for Karan Jain (karanjain18)
Official speed | 83.47 wpm (20.56 seconds elapsed during race) |
---|---|
Race Start | July 21, 2021 1:09:34pm UTC |
Race Finish | July 21, 2021 1:09:55pm UTC |
Outcome | No win (2 of 3) |
Accuracy | 98.0% |
Points | 25.04 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |