View Pit Stop page for race #1 by patelpalak — Ghost race
View profile for Palak (patelpalak)
Official speed | 22.41 wpm (76.57 seconds elapsed during race) |
---|---|
Race Start | December 3, 2020 4:04:13am UTC |
Race Finish | December 3, 2020 4:05:30am UTC |
Outcome | No win (3 of 3) |
Accuracy | 94.0% |
Points | 6.72 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |