View Pit Stop page for race #1 by the_heaven — Ghost race
View profile for Gagan (the_heaven)
Official speed | 21.23 wpm (80.83 seconds elapsed during race) |
---|---|
Race Start | August 7, 2023 6:07:10pm UTC |
Race Finish | August 7, 2023 6:08:31pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 92.0% |
Points | 6.37 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |