View Pit Stop page for race #417 by karanjain18 — Ghost race
View profile for Karan Jain (karanjain18)
Official speed | 78.84 wpm (21.77 seconds elapsed during race) |
---|---|
Race Start | July 16, 2021 9:09:41pm UTC |
Race Finish | July 16, 2021 9:10:03pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 99.0% |
Points | 23.65 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |