View Pit Stop page for race #7 by heyimpakistani — Ghost race
View profile for :) (heyimpakistani)
Official speed | 43.44 wpm (37.02 seconds elapsed during race) |
---|---|
Race Start | May 21, 2019 9:12:46pm UTC |
Race Finish | May 21, 2019 9:13:23pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 93.0% |
Points | 13.03 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |