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