View Pit Stop page for race #2 by abhinandan_12 — Ghost race
View profile for Abhinandan (abhinandan_12)
Official speed | 14.43 wpm (111.43 seconds elapsed during race) |
---|---|
Race Start | December 6, 2020 10:54:48am UTC |
Race Finish | December 6, 2020 10:56:39am UTC |
Outcome | Win (1 of 3) |
Accuracy | 91.0% |
Points | 4.33 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |