View Pit Stop page for race #1286 by karanjain18 — Ghost race
View profile for Karan Jain (karanjain18)
Official speed | 86.60 wpm (19.82 seconds elapsed during race) |
---|---|
Race Start | April 1, 2022 2:36:11pm UTC |
Race Finish | April 1, 2022 2:36:30pm UTC |
Outcome | No win (2 of 3) |
Accuracy | 98.0% |
Points | 25.98 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |