View Pit Stop page for race #16 by fa1progra — Ghost race
View profile for Augusto Aguilar (fa1progra)
Official speed | 33.17 wpm (51.73 seconds elapsed during race) |
---|---|
Race Start | May 18, 2025 1:15:21am UTC |
Race Finish | May 18, 2025 1:16:12am UTC |
Outcome | No win (4 of 18) |
Opponents |
1. jhosmarmamani (45.07 wpm) 5. alvaro__ (32.18 wpm) 8. blizhte (26.55 wpm) |
Accuracy | 93.0% |
Points | 9.95 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |