:) (heyimpakistani)

Race #7

View Pit Stop page for race #7 by heyimpakistaniGhost race

View profile for :) (heyimpakistani)

Official speed 43.44 wpm (37.02 seconds elapsed during race)
Race Start May 21, 2019 9:12:46pm UTC
Race Finish May 21, 2019 9:13:23pm UTC
Outcome No win (3 of 3)
Accuracy 93.0%
Points 13.03
Text #10010 (Length: 143 characters)

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