View Pit Stop page for race #1 by ritika_keshri — Ghost race
View profile for Ritika (ritika_keshri)
Official speed | 34.87 wpm (49.21 seconds elapsed during race) |
---|---|
Race Start | May 22, 2023 5:39:22am UTC |
Race Finish | May 22, 2023 5:40:11am UTC |
Outcome | Win (1 of 3) |
Accuracy | 93.0% |
Points | 10.46 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |