View Pit Stop page for race #93 by karanjain18 — Ghost race
View profile for Karan Jain (karanjain18)
Official speed | 49.72 wpm (32.34 seconds elapsed during race) |
---|---|
Race Start | October 19, 2019 10:39:06am UTC |
Race Finish | October 19, 2019 10:39:39am UTC |
Outcome | No win (3 of 3) |
Accuracy | 95.0% |
Points | 14.92 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |