View Pit Stop page for race #3 by shailesh0301 — Ghost race
View profile for Shaileshbhai Chaudhari (shailesh0301)
Official speed | 44.11 wpm (38.90 seconds elapsed during race) |
---|---|
Race Start | February 2, 2024 1:09:03pm UTC |
Race Finish | February 2, 2024 1:09:42pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 93.0% |
Points | 13.23 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |