View Pit Stop page for race #1 by luka1308 — Ghost race
View profile for Luka (luka1308)
Official speed | 67.50 wpm (23.82 seconds elapsed during race) |
---|---|
Race Start | November 19, 2020 6:48:02pm UTC |
Race Finish | November 19, 2020 6:48:25pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 96.0% |
Points | 20.25 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |