#include
#line 1 "E:\myApps_Backup\MCU\WCH\myApp\Arduino\sketchbook\sketch_jun27a\sketch_jun27a.ino"
void setup(){
// put your setup code here, to run once:
static int i = 0;
static int sum = 0; for(i = 0; i < 100; i++){
sum += i; } }
void loop(){
// put your main code here, to run repeatedly: