Skip to content
Snippets Groups Projects

Resolve "add makefile with structure"

Merged tom.ryser requested to merge 3-add-makefile-with-structure into main
4 files
+ 5
12
Compare changes
  • Side-by-side
  • Inline
Files
4
  • fa02f946
    #3 removed useless function · fa02f946
    Tom Ryser authored
+ 1
2
#include <stdio.h>
#include <stdio.h>
#include "../include/pile.h"
#include "../include/stack.h"
int main(void) {
int main(void) {
helloworld();
return 0;
return 0;
}
}
\ No newline at end of file
Loading