You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Igloo/sampleprj/src/main.c

15 lines
172 B
C

#include "igloo.h"
static float fasdf = 3123.0f;
int fstuf = 213;
int main()
{
int x = 313233;
for(int ind = 0; ind < x; ind++)
{
x -= 1;
}
while(1){}
return 0;
}