View Pit Stop page for race #111 by oschipor — Ghost race
View profile for Ovidiu (oschipor)
Official speed | 24.54 wpm (65.53 seconds elapsed during race) |
---|---|
Race Start | May 19, 2019 4:28:28pm UTC |
Race Finish | May 19, 2019 4:29:33pm UTC |
Outcome | No win (2 of 3) |
Accuracy | 96.0% |
Points | 7.36 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |