View Pit Stop page for race #101 by rana_1996 — Ghost race
View profile for Rana (rana_1996)
Official speed | 27.81 wpm (57.82 seconds elapsed during race) |
---|---|
Race Start | December 4, 2019 11:11:30am UTC |
Race Finish | December 4, 2019 11:12:27am UTC |
Outcome | Win (1 of 3) |
Accuracy | 94.0% |
Points | 8.34 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |