View Pit Stop page for race #12 by rollno14 — Ghost race
View profile for Free Palestine (rollno14)
Official speed | 59.62 wpm (28.78 seconds elapsed during race) |
---|---|
Race Start | June 29, 2021 3:05:02pm UTC |
Race Finish | June 29, 2021 3:05:31pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 99.0% |
Points | 17.89 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |