View Pit Stop page for race #1 by patidar69 — Ghost race
View profile for krish (patidar69)
Official speed | 30.37 wpm (56.50 seconds elapsed during race) |
---|---|
Race Start | July 25, 2023 2:32:45pm UTC |
Race Finish | July 25, 2023 2:33:42pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 91.0% |
Points | 9.11 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |