View Pit Stop page for race #103 by rollno14 — Ghost race
View profile for Free Palestine (rollno14)
Official speed | 55.89 wpm (30.70 seconds elapsed during race) |
---|---|
Race Start | July 15, 2021 2:36:06pm UTC |
Race Finish | July 15, 2021 2:36:37pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 98.0% |
Points | 16.77 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |