Surbhi (surbhi1207)

Race #1

View Pit Stop page for race #1 by surbhi1207Ghost race

View profile for Surbhi (surbhi1207)

Official speed 49.62 wpm (34.58 seconds elapsed during race)
Race Start June 10, 2023 11:42:42am UTC
Race Finish June 10, 2023 11:43:16am UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 14.89
Text #10010 (Length: 143 characters)

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