View Pit Stop page for race #614 by karanjain18 — Ghost race
View profile for Karan Jain (karanjain18)
Official speed | 75.06 wpm (22.86 seconds elapsed during race) |
---|---|
Race Start | February 9, 2022 3:40:27am UTC |
Race Finish | February 9, 2022 3:40:49am UTC |
Outcome | No win (3 of 3) |
Accuracy | 97.0% |
Points | 22.52 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |