View Pit Stop page for race #28 by bladevampirek — Ghost race
View profile for Achromatic - youtu.be/VuzE718Ac1M (bladevampirek)
Official speed | 60.11 wpm (26.75 seconds elapsed during race) |
---|---|
Race Start | March 30, 2019 7:24:30am UTC |
Race Finish | March 30, 2019 7:24:57am UTC |
Outcome | Win (1 of 2) |
Accuracy | 97.0% |
Points | 18.03 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |