Kiran (kiran11621)

Race #108

View Pit Stop page for race #108 by kiran11621Ghost race

View profile for Kiran (kiran11621)

Official speed 27.28 wpm (58.94 seconds elapsed during race)
Race Start May 17, 2020 2:50:01am UTC
Race Finish May 17, 2020 2:51:00am UTC
Outcome Win (1 of 2)
Accuracy 94.0%
Points 8.18
Text #10010 (Length: 143 characters)

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