maruf (maruf1010)

Race #10

View Pit Stop page for race #10 by maruf1010Ghost race

View profile for maruf (maruf1010)

Official speed 37.53 wpm (42.85 seconds elapsed during race)
Race Start April 6, 2018 9:35:38am UTC
Race Finish April 6, 2018 9:36:21am UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 11.26
Text #10010 (Length: 143 characters)

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