View Pit Stop page for race #599 by karanjain18 — Ghost race
View profile for Karan Jain (karanjain18)
Official speed | 82.53 wpm (20.79 seconds elapsed during race) |
---|---|
Race Start | February 8, 2022 1:58:05pm UTC |
Race Finish | February 8, 2022 1:58:25pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 100.0% |
Points | 24.76 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |