View Pit Stop page for race #1 by _nirvana — Ghost race
View profile for falling down (_nirvana)
Official speed | 79.77 wpm (21.51 seconds elapsed during race) |
---|---|
Race Start | May 19, 2025 12:08:11pm UTC |
Race Finish | May 19, 2025 12:08:33pm UTC |
Outcome | Win (1 of 4) |
Accuracy | 98.0% |
Points | 23.93 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |