View Pit Stop page for race #678 by karanjain18 — Ghost race
View profile for Karan Jain (karanjain18)
Official speed | 76.31 wpm (22.49 seconds elapsed during race) |
---|---|
Race Start | February 11, 2022 11:06:52am UTC |
Race Finish | February 11, 2022 11:07:14am UTC |
Outcome | No win (3 of 3) |
Accuracy | 97.0% |
Points | 22.89 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |