#include <avr/io.h>int main(void){ uint8_a=250; uint16_b=60000; uint32_c=100000; while(1);}
Standard input is empty
#include <avr/io.h> int main(void) { uint8_a=250; uint16_b=60000; uint32_c=100000; while(1); }
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!