View Pit Stop page for race #638 by karanjain18 — Ghost race
View profile for Karan Jain (karanjain18)
Official speed | 79.49 wpm (21.59 seconds elapsed during race) |
---|---|
Race Start | February 9, 2022 6:07:49pm UTC |
Race Finish | February 9, 2022 6:08:10pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 99.0% |
Points | 23.85 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |