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