Oops! Sorry!!
This site doesn't support Internet Explorer. Please use a modern browser like Chrome, Firefox or Edge.
I am learning arduino and i will build automation projects.
void setup() { Serial.begin(9600); int score = 100; Serial.println(score); } void loop() { }