index
:
clyne/stmos
master
A general-purpose operating system for STM32 microcontrollers
Clyne Sullivan
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
initrd
/
test.c
blob: f673ce0974ea9c6408aedf8949040cce93820fd7 (
plain
)
1
2
3
4
5
6
7
8
#include <stdio.h>
int
main
(
void
)
{
printf
(
"Hello, world!
\n
"
);
return
0
;
}