View Pit Stop page for race #189 by rana_1996 — Ghost race
View profile for Rana (rana_1996)
Official speed | 31.83 wpm (50.52 seconds elapsed during race) |
---|---|
Race Start | February 5, 2020 8:47:13am UTC |
Race Finish | February 5, 2020 8:48:04am UTC |
Outcome | No win (2 of 3) |
Accuracy | 93.0% |
Points | 9.55 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |