View Pit Stop page for race #20 by programmerpractice — Ghost race
View profile for symbolsnumbers (programmerpractice)
Official speed | 44.92 wpm (38.20 seconds elapsed during race) |
---|---|
Race Start | June 2, 2023 5:29:43pm UTC |
Race Finish | June 2, 2023 5:30:22pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 91.0% |
Points | 13.48 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |