KAR98S

main.c

Apr 23rd, 2021
688
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.13 KB | None | 0 0
  1. #include "all.h"
  2.  
  3. int main() {
  4.     _Bool run = true;
  5.     while (run) {
  6.         run = runLinkedListVisualiser();
  7.     }
  8.     return EXIT_SUCCESS;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment