index
:
pub/users/cem/playground.git
master
[no description]
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
riscv
/
riscv-probe
/
examples
/
hello
/
hello.c
blob: d65ed6a68748ab5960c8acf7dabea2ccbe3cc701 (
plain
)
1
2
3
4
5
6
#include <stdio.h> int main(int argc, char **argv) { printf("hello\n"); }