View Pit Stop page for race #6 by manbearto — Ghost race
View profile for Joshua (manbearto)
Official speed | 26.76 wpm (64.13 seconds elapsed during race) |
---|---|
Race Start | January 2, 2023 10:02:13am UTC |
Race Finish | January 2, 2023 10:03:17am UTC |
Outcome | No win (3 of 3) |
Accuracy | 93.0% |
Points | 8.03 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |