projects
/
akaros.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Procdata uses user_contexts (XCC)
[akaros.git]
/
tests
/
hart_test.c
1
#include <stdio.h>
2
3
int main(int argc, char** argv)
4
{
5
printf("Goodbye cruel world!!\n");
6
}