View Pit Stop page for race #145 by rana_1996 — Ghost race
View profile for Rana (rana_1996)
Official speed | 25.60 wpm (62.81 seconds elapsed during race) |
---|---|
Race Start | December 30, 2019 3:17:00pm UTC |
Race Finish | December 30, 2019 3:18:03pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 92.0% |
Points | 7.68 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |