View Pit Stop page for race #1 by triyanshu1996 — Ghost race
View profile for Triyanshu (triyanshu1996)
Official speed | 18.60 wpm (92.26 seconds elapsed during race) |
---|---|
Race Start | December 9, 2020 11:30:16am UTC |
Race Finish | December 9, 2020 11:31:48am UTC |
Outcome | No win (3 of 3) |
Accuracy | 92.0% |
Points | 5.58 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |