View Pit Stop page for race #46 by arc_sec — Ghost race
View profile for Vielle (arc_sec)
Official speed | 100.21 wpm (16.05 seconds elapsed during race) |
---|---|
Race Start | August 8, 2019 4:48:47am UTC |
Race Finish | August 8, 2019 4:49:03am UTC |
Outcome | No win (1 of 1) |
Accuracy | 97.0% |
Points | 30.06 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |