View Pit Stop page for race #6 by mcc_sasuke — Ghost race
View profile for Son (mcc_sasuke)
Official speed | 56.18 wpm (30.54 seconds elapsed during race) |
---|---|
Race Start | March 26, 2025 1:45:07pm UTC |
Race Finish | March 26, 2025 1:45:37pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 97.0% |
Points | 16.85 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |