View Pit Stop page for race #578 by karanjain18 — Ghost race
View profile for Karan Jain (karanjain18)
Official speed | 91.68 wpm (18.72 seconds elapsed during race) |
---|---|
Race Start | February 3, 2022 5:19:06pm UTC |
Race Finish | February 3, 2022 5:19:24pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 100.0% |
Points | 27.50 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |