Rana (rana_1996)

Race #67

View Pit Stop page for race #67 by rana_1996Ghost race

View profile for Rana (rana_1996)

Official speed 21.40 wpm (75.14 seconds elapsed during race)
Race Start November 23, 2019 6:20:01pm UTC
Race Finish November 23, 2019 6:21:16pm UTC
Outcome No win (3 of 3)
Accuracy 90.0%
Points 6.42
Text #10010 (Length: 143 characters)

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