View Pit Stop page for race #1 by mfrencken — Ghost race
View profile for Myles (mfrencken)
Official speed | 32.61 wpm (49.31 seconds elapsed during race) |
---|---|
Race Start | March 15, 2019 5:53:45am UTC |
Race Finish | March 15, 2019 5:54:34am UTC |
Outcome | No win (2 of 3) |
Opponents |
1. spondulix (76.22 wpm) |
Accuracy | 91.0% |
Points | 9.78 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |