View Pit Stop page for race #14 by harshit712 — Ghost race
View profile for harshit (harshit712)
Official speed | 40.01 wpm (42.89 seconds elapsed during race) |
---|---|
Race Start | March 15, 2021 2:27:57pm UTC |
Race Finish | March 15, 2021 2:28:39pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 93.0% |
Points | 12.00 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |