View Pit Stop page for race #431 by karanjain18 — Ghost race
View profile for Karan Jain (karanjain18)
Official speed | 72.40 wpm (23.70 seconds elapsed during race) |
---|---|
Race Start | July 17, 2021 11:11:59am UTC |
Race Finish | July 17, 2021 11:12:22am UTC |
Outcome | Win (1 of 3) |
Accuracy | 98.0% |
Points | 21.72 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |