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