eeeeeeeeeeee(arduino)

This commit is contained in:
ᘡ˚ 2018-12-09 07:49:14 +08:00 committed by GitHub
parent e23f2f375a
commit 54fbf7a392
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

10
e.ino Normal file
View File

@ -0,0 +1,10 @@
#define e 'e'
#define eee uint32_t(e-e/e)
void setup(){
Serial.begin(eee*eee*eee);
while(!Serial);
}
void loop(){
Serial.print(e);
delay(e);
}