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: ab0eb51f05be3941f32c70f0cce4957a579a084c (
plain
)
1
2
3
4
5
6
7
8
9
int main() { for(int i=0;i<24;i++) { puts(); } return 0; }