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