View Pit Stop page for race #40 by knight_oikos — Ghost race
View profile for Knight_Oikos (knight_oikos)
Official speed | 81.88 wpm (20.96 seconds elapsed during race) |
---|---|
Race Start | March 28, 2022 9:39:29am UTC |
Race Finish | March 28, 2022 9:39:50am UTC |
Outcome | Win (1 of 3) |
Accuracy | 96.0% |
Points | 24.56 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |