View Pit Stop page for race #411 by karanjain18 — Ghost race
View profile for Karan Jain (karanjain18)
Official speed | 80.99 wpm (21.19 seconds elapsed during race) |
---|---|
Race Start | July 5, 2021 10:29:14am UTC |
Race Finish | July 5, 2021 10:29:35am UTC |
Outcome | Win (1 of 3) |
Accuracy | 99.0% |
Points | 24.30 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |