View Pit Stop page for race #7 by knight_oikos — Ghost race
View profile for Knight_Oikos (knight_oikos)
Official speed | 74.96 wpm (22.89 seconds elapsed during race) |
---|---|
Race Start | March 8, 2022 6:10:36am UTC |
Race Finish | March 8, 2022 6:10:59am UTC |
Outcome | Win (1 of 3) |
Accuracy | 97.0% |
Points | 22.49 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |