View Pit Stop page for race #5 by da_xiao_jin_dou — Ghost race
View profile for Feng (da_xiao_jin_dou)
Official speed | 26.16 wpm (65.60 seconds elapsed during race) |
---|---|
Race Start | February 28, 2022 4:57:15am UTC |
Race Finish | February 28, 2022 4:58:20am UTC |
Outcome | Win (1 of 3) |
Accuracy | 94.0% |
Points | 7.85 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |