View Pit Stop page for race #1 by linniard — Ghost race
View profile for Linniard (linniard)
Official speed | 49.20 wpm (34.88 seconds elapsed during race) |
---|---|
Race Start | June 29, 2023 12:24:57pm UTC |
Race Finish | June 29, 2023 12:25:32pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 93.0% |
Points | 14.76 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |