View Pit Stop page for race #24 by thakelatyper — Ghost race
View profile for punit (thakelatyper)
Official speed | 37.26 wpm (46.05 seconds elapsed during race) |
---|---|
Race Start | July 26, 2022 8:04:36am UTC |
Race Finish | July 26, 2022 8:05:22am UTC |
Outcome | Win (1 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); } } |