Rana (rana_1996)

Race #60

View Pit Stop page for race #60 by rana_1996Ghost race

View profile for Rana (rana_1996)

Official speed 26.70 wpm (60.22 seconds elapsed during race)
Race Start November 5, 2019 1:57:16pm UTC
Race Finish November 5, 2019 1:58:17pm UTC
Outcome Win (1 of 3)
Accuracy 92.0%
Points 8.01
Text #10010 (Length: 143 characters)

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