View Pit Stop page for race #16 by hack89 — Ghost race
View profile for hack89 (hack89)
Official speed | 36.56 wpm (46.94 seconds elapsed during race) |
---|---|
Race Start | January 31, 2022 1:25:08am UTC |
Race Finish | January 31, 2022 1:25:55am UTC |
Outcome | No win (3 of 3) |
Accuracy | 94.0% |
Points | 10.97 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |