View Pit Stop page for race #7 by englishassignment — Ghost race
View profile for Raunak (englishassignment)
Official speed | 35.04 wpm (48.97 seconds elapsed during race) |
---|---|
Race Start | June 9, 2023 1:36:15pm UTC |
Race Finish | June 9, 2023 1:37:04pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 92.0% |
Points | 10.51 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |