View Pit Stop page for race #1 by mativm02 — Ghost race
View profile for Matias (mativm02)
Official speed | 53.97 wpm (31.80 seconds elapsed during race) |
---|---|
Race Start | May 22, 2023 6:31:01pm UTC |
Race Finish | May 22, 2023 6:31:32pm UTC |
Outcome | No win (2 of 2) |
Accuracy | 95.0% |
Points | 16.19 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |