diff options
author | Marvin Borner | 2020-10-05 18:31:40 +0200 |
---|---|---|
committer | Marvin Borner | 2020-10-05 18:31:40 +0200 |
commit | 8b5129f55ba98451b123ca088ff04202ba1d7b79 (patch) | |
tree | e4d0896605e75742060cdb9be011bd450984d073 /run |
Initiale Festschreibung
Diffstat (limited to 'run')
-rwxr-xr-x | run | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +#!/usr/bin/env sh + +gcc -Wall -Wextra -pedantic-errors -std=c99 main.c && ./a.out && rm a.out |