Add an implementation of the factorial algorithm in Haskell.
[4chanprog.git] / coreutils / sync.c
blob6705cf0331719af65647d1fa806246a4105dd5f0
1 #include <unistd.h>
3 int main(void)
5 sync();