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