View Pit Stop page for race #3 by chimcken_boi — Ghost race
View profile for omran (chimcken_boi)
Official speed | 21.46 wpm (79.96 seconds elapsed during race) |
---|---|
Race Start | July 23, 2023 5:50:50am UTC |
Race Finish | July 23, 2023 5:52:10am UTC |
Outcome | No win (2 of 3) |
Accuracy | 92.0% |
Points | 6.44 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |