loop #2

Merged
cromer merged 11 commits from loop into master 2021-06-19 23:03:40 -04:00
Showing only changes of commit a1febd2f68 - Show all commits

View File

@ -1,6 +1,7 @@
#include <stdlib.h>
#include "loop.h"
int main(int argc, char **argv) {
loop();
return 0;
return EXIT_SUCCESS;
}