Shivinder (shivindernarr)

Race #32

View Pit Stop page for race #32 by shivindernarrGhost race

View profile for Shivinder (shivindernarr)

Official speed 54.84 wpm (29.32 seconds elapsed during race)
Race Start April 21, 2018 7:45:40am UTC
Race Finish April 21, 2018 7:46:09am UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 16.45
Text #10010 (Length: 143 characters)

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