View Pit Stop page for race #1 by briankayega — Ghost race
View profile for Kayega (briankayega)
Official speed | 28.42 wpm (60.38 seconds elapsed during race) |
---|---|
Race Start | April 4, 2023 1:52:31pm UTC |
Race Finish | April 4, 2023 1:53:32pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 93.0% |
Points | 8.53 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |