Sumit Prasad (beyonderr)

Race #2

View Pit Stop page for race #2 by beyonderrGhost race

View profile for Sumit Prasad (beyonderr)

Official speed 54.54 wpm (31.46 seconds elapsed during race)
Race Start May 1, 2021 12:16:14pm UTC
Race Finish May 1, 2021 12:16:46pm UTC
Outcome No win (3 of 3)
Accuracy 96.0%
Points 16.36
Text #10010 (Length: 143 characters)

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