aboutsummaryrefslogtreecommitdiff
path: root/beaglebone/test/main.c
blob: 04ce43432c3396f59e32049254d7ecfc917c3da1 (plain)
1
2
3
4
5
6
#include <stdio.h>

int main() {
	printf("Hello world!\n");
	return 0;
}