Junaed (junaed_siam)

Race #14

View Pit Stop page for race #14 by junaed_siamGhost race

View profile for Junaed (junaed_siam)

Official speed 44.36 wpm (38.68 seconds elapsed during race)
Race Start June 11, 2023 4:20:24pm UTC
Race Finish June 11, 2023 4:21:02pm UTC
Outcome Win (1 of 4)
Accuracy 94.0%
Points 13.31
Text #10010 (Length: 143 characters)

public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } }