View Pit Stop page for race #6 by i_s_h_a_n — Ghost race
View profile for I (i_s_h_a_n)
Official speed | 49.93 wpm (34.37 seconds elapsed during race) |
---|---|
Race Start | May 30, 2023 7:21:32pm UTC |
Race Finish | May 30, 2023 7:22:06pm UTC |
Outcome | No win (2 of 3) |
Accuracy | 94.0% |
Points | 14.98 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |