Milan (m_i_n_o)

Race #4

View Pit Stop page for race #4 by m_i_n_oGhost race

View profile for Milan (m_i_n_o)

Official speed 33.94 wpm (50.56 seconds elapsed during race)
Race Start October 29, 2022 10:38:55am UTC
Race Finish October 29, 2022 10:39:45am UTC
Outcome Win (1 of 3)
Accuracy 96.0%
Points 10.18
Text #10010 (Length: 143 characters)

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