View Pit Stop page for race #92 by karanjain18 — Ghost race
View profile for Karan Jain (karanjain18)
Official speed | 58.37 wpm (27.55 seconds elapsed during race) |
---|---|
Race Start | October 19, 2019 10:31:02am UTC |
Race Finish | October 19, 2019 10:31:30am UTC |
Outcome | Win (1 of 3) |
Accuracy | 97.0% |
Points | 17.51 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |