View Pit Stop page for race #740 by karanjain18 — Ghost race
View profile for Karan Jain (karanjain18)
Official speed | 90.06 wpm (19.05 seconds elapsed during race) |
---|---|
Race Start | February 23, 2022 10:47:33am UTC |
Race Finish | February 23, 2022 10:47:52am UTC |
Outcome | Win (1 of 3) |
Accuracy | 100.0% |
Points | 27.02 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |