index
:
miguel/fool-os.git
master
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
userspace
/
clear.c
blob: 09913c3845880b1a46a42c734e249a5f909bd175 (
plain
)
1
2
3
4
5
6
7
8
9
int main() { for(int i=0;i<24;i++) { puts(""); } return 0; }