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