Feng (da_xiao_jin_dou)

Race #12

View Pit Stop page for race #12 by da_xiao_jin_douGhost race

View profile for Feng (da_xiao_jin_dou)

Official speed 28.16 wpm (60.94 seconds elapsed during race)
Race Start February 28, 2022 9:55:35pm UTC
Race Finish February 28, 2022 9:56:36pm UTC
Outcome Win (1 of 3)
Accuracy 92.0%
Points 8.45
Text #10010 (Length: 143 characters)

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