maruf (maruf1010)

Race #3

View Pit Stop page for race #3 by maruf1010Ghost race

View profile for maruf (maruf1010)

Official speed 30.30 wpm (53.07 seconds elapsed during race)
Race Start April 6, 2018 9:21:02am UTC
Race Finish April 6, 2018 9:21:55am UTC
Outcome No win (3 of 3)
Accuracy 94.0%
Points 9.09
Text #10010 (Length: 143 characters)

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