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