Gwenaëlle (gwenaelleh)

Race #1

View Pit Stop page for race #1 by gwenaellehGhost race

View profile for Gwenaëlle (gwenaelleh)

Official speed 37.76 wpm (42.58 seconds elapsed during race)
Race Start February 25, 2019 3:41:11pm UTC
Race Finish February 25, 2019 3:41:53pm UTC
Outcome No win (2 of 3)
Accuracy 96.0%
Points 11.33
Text #10010 (Length: 143 characters)

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