View Pit Stop page for race #68 by rana_1996 — Ghost race
View profile for Rana (rana_1996)
Official speed | 22.19 wpm (72.47 seconds elapsed during race) |
---|---|
Race Start | November 23, 2019 6:21:47pm UTC |
Race Finish | November 23, 2019 6:22:59pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 90.0% |
Points | 6.66 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |