fix content to reflect filename changes
[challenge-bot] / build-stages / a_serial / a_serial.ino
index 420fc32e0b74b326791e9b00576a47f26c939e1f..2fd73082b911b0e493b5caf2d5d1d6961ca754a3 100644 (file)
@@ -13,8 +13,8 @@
     along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-void setup(){
+void setup() {
   Serial.begin(9600);
-  Serial.println("hello computer!");}
+  Serial.println("hello computer!"); }
 
-void loop(){}
+void loop() {}