View Pit Stop page for race #66 by big_time_snail — Ghost race
View profile for kadomaniac (big_time_snail)
Official speed | 46.15 wpm (34.84 seconds elapsed during race) |
---|---|
Race Start | July 4, 2019 9:30:13pm UTC |
Race Finish | July 4, 2019 9:30:48pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 97.0% |
Points | 13.84 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |