View Pit Stop page for race #7 by omer_nukic — Ghost race
View profile for Omer (omer_nukic)
Official speed | 44.16 wpm (38.86 seconds elapsed during race) |
---|---|
Race Start | October 8, 2021 4:41:19pm UTC |
Race Finish | October 8, 2021 4:41:58pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 93.0% |
Points | 13.25 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |