View Pit Stop page for race #5 by piemaniac — Ghost race
View profile for Girl (piemaniac)
Official speed | 51.12 wpm (33.57 seconds elapsed during race) |
---|---|
Race Start | April 1, 2022 3:46:08pm UTC |
Race Finish | April 1, 2022 3:46:41pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 96.0% |
Points | 15.34 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |