View Pit Stop page for race #1 by ronkoe — Ghost race
View profile for ROAD TO 100!!! (ronkoe)
Official speed | 23.41 wpm (68.69 seconds elapsed during race) |
---|---|
Race Start | November 22, 2020 10:45:20am UTC |
Race Finish | November 22, 2020 10:46:29am UTC |
Outcome | Win (1 of 3) |
Accuracy | 90.0% |
Points | 7.02 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |