View Pit Stop page for race #1 by mgl_mazaalai — Ghost race
View profile for MGL (mgl_mazaalai)
Official speed | 44.44 wpm (36.18 seconds elapsed during race) |
---|---|
Race Start | November 24, 2020 11:10:08am UTC |
Race Finish | November 24, 2020 11:10:45am UTC |
Outcome | Win (1 of 3) |
Accuracy | 94.0% |
Points | 13.33 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |