#include<stdio.h> void main(){ LCD_Init(); LCD_Clear(); LCD_set_cursor(1,1); LCD_Print("hello world");}
Standard input is empty
#include<stdio.h> void main(){ LCD_Init(); LCD_Clear(); LCD_set_cursor(1,1); LCD_Print("hello world"); }
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!