View Pit Stop page for race #9 by i_s_h_a_n — Ghost race
View profile for I (i_s_h_a_n)
Official speed | 48.44 wpm (35.43 seconds elapsed during race) |
---|---|
Race Start | May 30, 2023 7:26:08pm UTC |
Race Finish | May 30, 2023 7:26:43pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 96.0% |
Points | 14.53 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |