View Pit Stop page for race #1299 by karanjain18 — Ghost race
View profile for Karan Jain (karanjain18)
Official speed | 87.19 wpm (19.68 seconds elapsed during race) |
---|---|
Race Start | April 1, 2022 3:01:37pm UTC |
Race Finish | April 1, 2022 3:01:56pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 99.0% |
Points | 26.16 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |