View Pit Stop page for race #17 by amit__123 — Ghost race
View profile for Amit (amit__123)
Official speed | 41.89 wpm (40.96 seconds elapsed during race) |
---|---|
Race Start | September 18, 2021 11:28:32am UTC |
Race Finish | September 18, 2021 11:29:13am UTC |
Outcome | Win (1 of 3) |
Accuracy | 97.0% |
Points | 12.57 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |