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