View Pit Stop page for race #1 by redup — Ghost race
View profile for Denis (redup)
Official speed | 27.47 wpm (62.47 seconds elapsed during race) |
---|---|
Race Start | November 23, 2022 8:38:03am UTC |
Race Finish | November 23, 2022 8:39:05am UTC |
Outcome | No win (3 of 3) |
Accuracy | 93.0% |
Points | 8.24 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |