Rana (rana_1996)

Race #42

View Pit Stop page for race #42 by rana_1996Ghost race

View profile for Rana (rana_1996)

Official speed 19.94 wpm (80.64 seconds elapsed during race)
Race Start October 1, 2019 5:35:22pm UTC
Race Finish October 1, 2019 5:36:43pm UTC
Outcome Win (1 of 3)
Accuracy 92.0%
Points 5.98
Text #10010 (Length: 143 characters)

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