View Pit Stop page for race #728 by karanjain18 — Ghost race
View profile for Karan Jain (karanjain18)
Official speed | 93.78 wpm (18.30 seconds elapsed during race) |
---|---|
Race Start | February 19, 2022 1:02:43pm UTC |
Race Finish | February 19, 2022 1:03:02pm UTC |
Outcome | No win (2 of 3) |
Accuracy | 100.0% |
Points | 28.13 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |