Sharick_Chungara (sharick_chungara)

Race #89

View Pit Stop page for race #89 by sharick_chungaraGhost race

View profile for Sharick_Chungara (sharick_chungara)

Official speed 33.18 wpm (51.72 seconds elapsed during race)
Race Start June 27, 2025 12:40:41am UTC
Race Finish June 27, 2025 12:41:33am UTC
Outcome No win (4 of 12)
Opponents 5. tocsky (32.69 wpm)
6. alex_ramos (25.84 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); } }