View Pit Stop page for race #1 by minaricano — Ghost race
View profile for Minaricano (minaricano)
Official speed | 32.57 wpm (52.69 seconds elapsed during race) |
---|---|
Race Start | August 13, 2022 7:08:07am UTC |
Race Finish | August 13, 2022 7:09:00am UTC |
Outcome | No win (3 of 3) |
Accuracy | 92.0% |
Points | 9.77 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |