View Pit Stop page for race #8 by bribri01 — Ghost race
View profile for Brigita (bribri01)
Official speed | 42.29 wpm (40.58 seconds elapsed during race) |
---|---|
Race Start | August 5, 2022 9:44:57am UTC |
Race Finish | August 5, 2022 9:45:38am UTC |
Outcome | No win (2 of 3) |
Accuracy | 95.0% |
Points | 12.69 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |