Race Updates Discord About Merch
Home Profile History Competitions Texts Messages Friends Upgrade

typeracer

Pit Stop

Record your races with a typeracer account:

Create Your Account
  • Save your race history and scores.
  • Customize your profile and racecar.
  • It’s free, why not?
Racer Anthony (tonymontaro)
Race Number 1
Date Thu, 6 Jul 2023 13:36:15 +0000
Universe code
Speed 48 WPM Try to beat?
Accuracy 96.1%
Rank 1st place (out of 3)

Text typed:

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

Typing Review:

Race text:
public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } }
Time:
0:00
Speed:
Accuracy:
Typing replay:
Analysis:
Mistakes:
  1. HelloWorld
  2. main(String[]
  3. {
  4. System.out.println(message);
  5. }