sioel0 (sioel0)

Race #3

View Pit Stop page for race #3 by sioel0Ghost race

View profile for sioel0 (sioel0)

Official speed 45.32 wpm (37.86 seconds elapsed during race)
Race Start August 11, 2023 12:31:53pm UTC
Race Finish August 11, 2023 12:32:31pm UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 13.60
Text #10010 (Length: 143 characters)

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