View Pit Stop page for race #11 by rana_1996 — Ghost race
View profile for Rana (rana_1996)
Official speed | 21.55 wpm (74.62 seconds elapsed during race) |
---|---|
Race Start | August 31, 2019 5:28:57pm UTC |
Race Finish | August 31, 2019 5:30:12pm UTC |
Outcome | No win (2 of 3) |
Accuracy | 92.0% |
Points | 6.47 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |