X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=build-stages%2Fa_serial%2Fa_serial.ino;h=2fd73082b911b0e493b5caf2d5d1d6961ca754a3;hb=35ffc3435298c78927cd70d765d6291f16325e5d;hp=420fc32e0b74b326791e9b00576a47f26c939e1f;hpb=88c50c0cfc5e067de79c958ba8f834f5049cb723;p=challenge-bot diff --git a/build-stages/a_serial/a_serial.ino b/build-stages/a_serial/a_serial.ino index 420fc32..2fd7308 100644 --- a/build-stages/a_serial/a_serial.ino +++ b/build-stages/a_serial/a_serial.ino @@ -13,8 +13,8 @@ along with this program. If not, see . */ -void setup(){ +void setup() { Serial.begin(9600); - Serial.println("hello computer!");} + Serial.println("hello computer!"); } -void loop(){} +void loop() {}