View Pit Stop page for race #3 by shadyskies — Ghost race
View profile for Naman (shadyskies)
Official speed | 35.02 wpm (49.00 seconds elapsed during race) |
---|---|
Race Start | June 16, 2023 11:52:45am UTC |
Race Finish | June 16, 2023 11:53:34am UTC |
Outcome | No win (3 of 3) |
Accuracy | 89.0% |
Points | 10.50 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |