Mesut (nurudianto)

Race #4

View Pit Stop page for race #4 by nurudiantoGhost race

View profile for Mesut (nurudianto)

Official speed 41.23 wpm (39.00 seconds elapsed during race)
Race Start July 25, 2019 3:50:20pm UTC
Race Finish July 25, 2019 3:50:59pm UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 12.37
Text #10010 (Length: 143 characters)

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