forked from Bananymous/banan-os
7 lines
45 B
C++
7 lines
45 B
C++
|
#include <unistd.h>
|
||
|
|
||
|
int main()
|
||
|
{
|
||
|
sync();
|
||
|
}
|