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