View Pit Stop page for race #1 by willieoliveira — Ghost race
View profile for Willie (willieoliveira)
Official speed | 39.05 wpm (43.94 seconds elapsed during race) |
---|---|
Race Start | June 23, 2023 6:39:08pm UTC |
Race Finish | June 23, 2023 6:39:52pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 95.0% |
Points | 11.72 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |