View Pit Stop page for race #23 by nagrajshashi — Ghost race
View profile for shashinagraj (nagrajshashi)
Official speed | 86.42 wpm (19.86 seconds elapsed during race) |
---|---|
Race Start | August 9, 2023 2:07:40am UTC |
Race Finish | August 9, 2023 2:08:00am UTC |
Outcome | Win (1 of 3) |
Accuracy | 99.0% |
Points | 25.93 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |