Skip to content
Snippets Groups Projects
Commit 59592100 authored by dylan.peiry's avatar dylan.peiry
Browse files

"initial commit"

parents
Branches
No related tags found
No related merge requests found
*.o
*.ghc
*.vec
FOLDER_NAME=$(shell basename $(CURDIR))
INPUT=rapport.md
OUTPUT=rapport
all: build_docs
build_docs: $(INPUT)
pandoc -s $^ -o $(OUTPUT).pdf --template eisvogel.latex --listings
This diff is collapsed.
File added
---
title: "Optimisation"
authors: "Dylan Peiry & Fabian Troller"
---
# Introduction
```c
int main(){
return 0;
}
```
File added
main.c 0 → 100644
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment