##// END OF EJS Templates
sync
sync

File last commit:

r18:bd9ab647f70a default
r21:4c5b08ebb7d0 default
Show More
main.c
9 lines | 107 B | text/x-c | CLexer
#include <stdio.h>
int main()
{
printf("Hello world from project 'STM32F4IT'!\n");
return 0;
}