View Pit Stop page for race #15 by oh_yeah_go — Ghost race
View profile for kostis (oh_yeah_go)
Official speed | 37.46 wpm (45.81 seconds elapsed during race) |
---|---|
Race Start | January 23, 2022 6:26:51pm UTC |
Race Finish | January 23, 2022 6:27:37pm UTC |
Outcome | No win (2 of 3) |
Accuracy | 92.0% |
Points | 11.24 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |