View Pit Stop page for race #12 by ali_ahemd2477 — Ghost race
View profile for ali_ahmed (ali_ahemd2477)
Official speed | 20.77 wpm (82.62 seconds elapsed during race) |
---|---|
Race Start | December 26, 2024 10:46:21am UTC |
Race Finish | December 26, 2024 10:47:44am UTC |
Outcome | Win (1 of 3) |
Accuracy | 92.0% |
Points | 6.23 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |