View Pit Stop page for race #1 by gamesauce — Ghost race
View profile for Gamesauce (gamesauce)
Official speed | 21.13 wpm (81.21 seconds elapsed during race) |
---|---|
Race Start | July 25, 2023 9:48:41pm UTC |
Race Finish | July 25, 2023 9:50:03pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 89.0% |
Points | 6.34 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |