View Pit Stop page for race #10 by linuxman_linux — Ghost race
View profile for Rohan B. (linuxman_linux)
Official speed | 84.46 wpm (20.32 seconds elapsed during race) |
---|---|
Race Start | March 3, 2021 9:59:09am UTC |
Race Finish | March 3, 2021 9:59:30am UTC |
Outcome | Win (1 of 3) |
Accuracy | 97.0% |
Points | 25.34 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |