View Pit Stop page for race #134 by arc_sec — Ghost race
View profile for Vielle (arc_sec)
Official speed | 115.82 wpm (14.82 seconds elapsed during race) |
---|---|
Race Start | July 31, 2022 6:05:19pm UTC |
Race Finish | July 31, 2022 6:05:33pm UTC |
Outcome | No win (1 of 1) |
Accuracy | 98.0% |
Points | 34.75 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |