#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");
}