View Pit Stop page for race #91 by knight_oikos — Ghost race
View profile for Knight_Oikos (knight_oikos)
Official speed | 76.17 wpm (22.53 seconds elapsed during race) |
---|---|
Race Start | April 6, 2022 11:09:10pm UTC |
Race Finish | April 6, 2022 11:09:33pm UTC |
Outcome | No win (2 of 3) |
Accuracy | 96.0% |
Points | 22.85 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |