View Pit Stop page for race #766 by karanjain18 — Ghost race
View profile for Karan Jain (karanjain18)
Official speed | 88.35 wpm (19.42 seconds elapsed during race) |
---|---|
Race Start | February 24, 2022 11:05:19am UTC |
Race Finish | February 24, 2022 11:05:39am UTC |
Outcome | No win (2 of 3) |
Accuracy | 98.0% |
Points | 26.50 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |