Yushi (yushi529)

Race #6

View Pit Stop page for race #6 by yushi529Ghost race

View profile for Yushi (yushi529)

Official speed 53.03 wpm (32.36 seconds elapsed during race)
Race Start July 5, 2023 5:36:33pm UTC
Race Finish July 5, 2023 5:37:05pm UTC
Outcome Win (1 of 3)
Accuracy 94.0%
Points 15.91
Text #10010 (Length: 143 characters)

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