Programming_Basics

The best way to familiarize yourself with WPILib is to simulate the robot code on your own computer.
As an introductory challenge, complete this “Hello World” exercise:

1) After installing WPILib, create a new project by following these instructions

2) Add code into the RobotContainer Constructor to print “Hello CyberCat”

Output