View Pit Stop page for race #1 by harshal_t — Ghost race
View profile for Harshal (harshal_t)
Official speed | 36.83 wpm (46.59 seconds elapsed during race) |
---|---|
Race Start | June 30, 2023 8:20:27am UTC |
Race Finish | June 30, 2023 8:21:13am UTC |
Outcome | No win (2 of 3) |
Accuracy | 97.0% |
Points | 11.05 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |