View Pit Stop page for race #404 by karanjain18 — Ghost race
View profile for Karan Jain (karanjain18)
Official speed | 67.75 wpm (25.33 seconds elapsed during race) |
---|---|
Race Start | February 12, 2021 11:53:34am UTC |
Race Finish | February 12, 2021 11:53:59am UTC |
Outcome | Win (1 of 3) |
Accuracy | 98.0% |
Points | 20.32 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |