Skip to content
Snippets Groups Projects

Resolve "add makefile with structure"

Merged tom.ryser requested to merge 3-add-makefile-with-structure into main
6 files
+ 113
1
Compare changes
  • Side-by-side
  • Inline

Files

  • 04776b08
    #3 add makefile with structure. · 04776b08
    Tom Ryser authored
Sources/main.c 0 → 100644
+ 7
0
 
#include <stdio.h>
 
#include "../include/pile.h"
 
 
int main(void) {
 
helloworld();
 
return 0;
 
}
 
\ No newline at end of file
Loading