View Pit Stop page for race #1 by programmer7 — Ghost race
View profile for Programmer (programmer7)
Official speed | 70.08 wpm (24.49 seconds elapsed during race) |
---|---|
Race Start | June 20, 2023 2:52:27pm UTC |
Race Finish | June 20, 2023 2:52:52pm UTC |
Outcome | Win (1 of 2) |
Accuracy | 97.0% |
Points | 21.02 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |