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