View Pit Stop page for race #3 by harshit712 — Ghost race
View profile for harshit (harshit712)
Official speed | 31.03 wpm (55.30 seconds elapsed during race) |
---|---|
Race Start | March 12, 2021 1:22:16pm UTC |
Race Finish | March 12, 2021 1:23:11pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 91.0% |
Points | 9.31 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |