#include <LiquidCrystal.h>

LiquidCrystal lcd(11,9,6,5,4,3);

void setup() {

lcd.begin(16,2);
Serial.begin(9600);


}

void loop() {





}