View Pit Stop page for race #1 by zeloceb — Ghost race
View profile for bruh (zeloceb)
Official speed | 25.05 wpm (68.50 seconds elapsed during race) |
---|---|
Race Start | January 24, 2022 3:09:44pm UTC |
Race Finish | January 24, 2022 3:10:52pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 96.0% |
Points | 7.52 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |