View Pit Stop page for race #536 by karanjain18 — Ghost race
View profile for Karan Jain (karanjain18)
Official speed | 82.48 wpm (20.81 seconds elapsed during race) |
---|---|
Race Start | February 2, 2022 1:02:31pm UTC |
Race Finish | February 2, 2022 1:02:52pm UTC |
Outcome | No win (2 of 3) |
Accuracy | 98.0% |
Points | 24.74 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |