View Pit Stop page for race #40 by a_anand_12 — Ghost race
View profile for abhishek (a_anand_12)
Official speed | 23.47 wpm (73.11 seconds elapsed during race) |
---|---|
Race Start | December 12, 2022 2:13:33pm UTC |
Race Finish | December 12, 2022 2:14:46pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 92.0% |
Points | 7.04 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |