Kiran (kiran11621)

Race #47

View Pit Stop page for race #47 by kiran11621Ghost race

View profile for Kiran (kiran11621)

Official speed 27.55 wpm (58.37 seconds elapsed during race)
Race Start April 13, 2020 10:10:08am UTC
Race Finish April 13, 2020 10:11:07am UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 8.26
Text #10010 (Length: 143 characters)

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