oiki (oiki123)

Race #2

View Pit Stop page for race #2 by oiki123Ghost race

View profile for oiki (oiki123)

Official speed 35.13 wpm (48.85 seconds elapsed during race)
Race Start May 22, 2023 5:22:50pm UTC
Race Finish May 22, 2023 5:23:38pm UTC
Outcome No win (3 of 3)
Accuracy 96.0%
Points 10.54
Text #10010 (Length: 143 characters)

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