View Pit Stop page for race #715 by karanjain18 — Ghost race
View profile for Karan Jain (karanjain18)
Official speed | 83.59 wpm (20.53 seconds elapsed during race) |
---|---|
Race Start | February 19, 2022 8:23:29am UTC |
Race Finish | February 19, 2022 8:23:50am UTC |
Outcome | No win (2 of 3) |
Accuracy | 99.0% |
Points | 25.08 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |