View Pit Stop page for race #14 by yugplayz — Ghost race
View profile for yug (yugplayz)
Official speed | 36.96 wpm (46.43 seconds elapsed during race) |
---|---|
Race Start | July 5, 2025 12:07:46pm UTC |
Race Finish | July 5, 2025 12:08:33pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 92.0% |
Points | 11.09 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |