View Pit Stop page for race #4 by nasacreator — Ghost race
View profile for nasacreator (nasacreator)
Official speed | 31.47 wpm (54.53 seconds elapsed during race) |
---|---|
Race Start | July 15, 2023 10:34:32pm UTC |
Race Finish | July 15, 2023 10:35:27pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 94.0% |
Points | 9.44 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |