X-Git-Url: http://challenge-bot.com/repos/?p=challenge-bot;a=blobdiff_plain;f=build-stages%2Fa_serial%2Fa_serial.ino;h=2fd73082b911b0e493b5caf2d5d1d6961ca754a3;hp=420fc32e0b74b326791e9b00576a47f26c939e1f;hb=bb70e701efbc8b3128ce842a7305cca471ea9d3c;hpb=8de07f0fbe4a73a91dd4755a5acc40971a43e32a 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() {}