Adsd (kol123313)

Race #8

View Pit Stop page for race #8 by kol123313Ghost race

View profile for Adsd (kol123313)

Official speed 53.24 wpm (32.23 seconds elapsed during race)
Race Start May 2, 2021 1:51:46am UTC
Race Finish May 2, 2021 1:52:18am UTC
Outcome No win (3 of 3)
Accuracy 93.0%
Points 15.97
Text #10010 (Length: 143 characters)

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