View Pit Stop page for race #400 by karanjain18 — Ghost race
View profile for Karan Jain (karanjain18)
Official speed | 75.37 wpm (22.77 seconds elapsed during race) |
---|---|
Race Start | February 11, 2021 5:46:26am UTC |
Race Finish | February 11, 2021 5:46:49am UTC |
Outcome | Win (1 of 3) |
Accuracy | 99.0% |
Points | 22.61 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |