View Pit Stop page for race #739 by karanjain18 — Ghost race
View profile for Karan Jain (karanjain18)
Official speed | 82.44 wpm (20.82 seconds elapsed during race) |
---|---|
Race Start | February 23, 2022 10:39:53am UTC |
Race Finish | February 23, 2022 10:40:14am UTC |
Outcome | No win (3 of 3) |
Accuracy | 97.0% |
Points | 24.73 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |