View Pit Stop page for race #56 by raging_wolf — Ghost race
View profile for raging_wolf (raging_wolf)
Official speed | 40.02 wpm (42.88 seconds elapsed during race) |
---|---|
Race Start | October 5, 2022 4:30:53pm UTC |
Race Finish | October 5, 2022 4:31:36pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 94.0% |
Points | 12.01 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |