View Pit Stop page for race #134 by rana_1996 — Ghost race
View profile for Rana (rana_1996)
Official speed | 33.19 wpm (48.45 seconds elapsed during race) |
---|---|
Race Start | December 7, 2019 8:42:06pm UTC |
Race Finish | December 7, 2019 8:42:54pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 97.0% |
Points | 9.96 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |