Adsd (kol123313)

Race #4

View Pit Stop page for race #4 by kol123313Ghost race

View profile for Adsd (kol123313)

Official speed 63.74 wpm (26.92 seconds elapsed during race)
Race Start May 1, 2021 10:15:26am UTC
Race Finish May 1, 2021 10:15:53am UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 19.12
Text #10010 (Length: 143 characters)

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