View Pit Stop page for race #26 by rana_1996 — Ghost race
View profile for Rana (rana_1996)
Official speed | 17.76 wpm (90.54 seconds elapsed during race) |
---|---|
Race Start | September 22, 2019 4:11:34pm UTC |
Race Finish | September 22, 2019 4:13:04pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 90.0% |
Points | 5.33 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |