. (adarshthapa)

Race #3

View Pit Stop page for race #3 by adarshthapaGhost race

View profile for . (adarshthapa)

Official speed 40.63 wpm (39.58 seconds elapsed during race)
Race Start December 23, 2019 11:49:08am UTC
Race Finish December 23, 2019 11:49:48am UTC
Outcome Win (1 of 2)
Accuracy 92.0%
Points 12.19
Text #10010 (Length: 143 characters)

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