View Pit Stop page for race #9 by oh_yeah_go — Ghost race
View profile for kostis (oh_yeah_go)
Official speed | 38.86 wpm (44.16 seconds elapsed during race) |
---|---|
Race Start | January 23, 2022 5:50:31pm UTC |
Race Finish | January 23, 2022 5:51:15pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 97.0% |
Points | 11.66 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |