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