View Pit Stop page for race #50 by anshkool — Ghost race
View profile for anshul (anshkool)
Official speed | 34.52 wpm (49.71 seconds elapsed during race) |
---|---|
Race Start | October 6, 2022 12:01:44pm UTC |
Race Finish | October 6, 2022 12:02:34pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 95.0% |
Points | 10.35 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |