View Pit Stop page for race #23 by indo_european_sun_god — Ghost race
View profile for INDO EUROPEAN (indo_european_sun_god)
Official speed | 34.34 wpm (49.97 seconds elapsed during race) |
---|---|
Race Start | February 17, 2022 2:36:59pm UTC |
Race Finish | February 17, 2022 2:37:49pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 94.0% |
Points | 10.30 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |