View Pit Stop page for race #1 by kyurax — Ghost race
View profile for Kyurax (kyurax)
Official speed | 38.59 wpm (44.47 seconds elapsed during race) |
---|---|
Race Start | June 6, 2023 6:02:03pm UTC |
Race Finish | June 6, 2023 6:02:47pm UTC |
Outcome | Win (1 of 2) |
Accuracy | 99.0% |
Points | 11.58 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |