View Pit Stop page for race #53 by a_anand_12 — Ghost race
View profile for abhishek (a_anand_12)
Official speed | 22.94 wpm (74.80 seconds elapsed during race) |
---|---|
Race Start | December 12, 2022 6:01:33pm UTC |
Race Finish | December 12, 2022 6:02:48pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 91.0% |
Points | 6.88 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |