View Pit Stop page for race #47 by hamza_g — Ghost race
View profile for Hamza (hamza_g)
Official speed | 37.27 wpm (46.04 seconds elapsed during race) |
---|---|
Race Start | July 30, 2022 11:02:38am UTC |
Race Finish | July 30, 2022 11:03:24am UTC |
Outcome | No win (3 of 3) |
Accuracy | 95.0% |
Points | 11.18 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |