View Pit Stop page for race #1 by unmighty — Ghost race
View profile for Victor (unmighty)
Official speed | 46.80 wpm (36.67 seconds elapsed during race) |
---|---|
Race Start | June 14, 2023 4:41:30am UTC |
Race Finish | June 14, 2023 4:42:07am UTC |
Outcome | No win (2 of 2) |
Opponents |
1. seforius (60.15 wpm) |
Accuracy | 95.0% |
Points | 14.04 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |