View Pit Stop page for race #1 by brilliantracer — Ghost race
View profile for Vivaan Chaudhary (brilliantracer)
Official speed | 25.05 wpm (68.50 seconds elapsed during race) |
---|---|
Race Start | May 29, 2023 3:27:22pm UTC |
Race Finish | May 29, 2023 3:28:31pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 94.0% |
Points | 7.52 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |