Skip to content

Commit

Permalink
Eliminate Clang warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
alanjian85 committed May 20, 2024
1 parent 14cd263 commit 76b27be
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#include <shell.h>

int main() { shell(); }
int main() {
shell();
return 0;
}

0 comments on commit 76b27be

Please sign in to comment.