time-to-botec

Benchmark sampling in different programming languages
Log | Files | Refs | README

commit 0bdb94a2d4a26473c2e94e896f2a5eac4186567a
parent 4419798c1847314b9c58a14822f9d9be5e4c034c
Author: NunoSempere <nuno.sempere@protonmail.com>
Date:   Mon, 22 May 2023 19:21:21 -0400

remove old files, simplify outline

Diffstat:
DC/hello-world/build.sh | 3---
DC/hello-world/hello-world | 0
DC/hello-world/hello-world.c | 7-------
RC/samples/makefile -> C/makefile | 0
RC/samples/samples -> C/samples | 0
RC/samples/samples.c -> C/samples.c | 0
DR/.Rhistory | 0
DR/hello-world.R | 2--
Djs/hello-world.js | 2--
Dnim/hello_world/hello_world | 0
Dnim/hello_world/hello_world.nim | 1-
Dnim/hello_world/makefile | 2--
Rnim/sums/makefile -> nim/samples-from-scratch/taylor-expansions/makefile | 0
Rnim/sums/sums -> nim/samples-from-scratch/taylor-expansions/sums | 0
Rnim/sums/sums.nim -> nim/samples-from-scratch/taylor-expansions/sums.nim | 0
Dpython/hello-world.py | 2--
16 files changed, 0 insertions(+), 19 deletions(-)

diff --git a/C/hello-world/build.sh b/C/hello-world/build.sh @@ -1,3 +0,0 @@ -#!/bin/bash - -gcc -std=c99 -Wall -lm hello-world.c -o hello-world diff --git a/C/hello-world/hello-world b/C/hello-world/hello-world Binary files differ. diff --git a/C/hello-world/hello-world.c b/C/hello-world/hello-world.c @@ -1,7 +0,0 @@ -#include <stdlib.h> -#include <stdio.h> - -int main(void){ - printf("Hello world!\n"); - return EXIT_SUCCESS; -} diff --git a/C/samples/makefile b/C/makefile diff --git a/C/samples/samples b/C/samples Binary files differ. diff --git a/C/samples/samples.c b/C/samples.c diff --git a/R/.Rhistory b/R/.Rhistory diff --git a/R/hello-world.R b/R/hello-world.R @@ -1 +0,0 @@ -print("Hello world") -\ No newline at end of file diff --git a/js/hello-world.js b/js/hello-world.js @@ -1 +0,0 @@ -console.log("Hello world") -\ No newline at end of file diff --git a/nim/hello_world/hello_world b/nim/hello_world/hello_world Binary files differ. diff --git a/nim/hello_world/hello_world.nim b/nim/hello_world/hello_world.nim @@ -1 +0,0 @@ -echo "Hello world" diff --git a/nim/hello_world/makefile b/nim/hello_world/makefile @@ -1,2 +0,0 @@ -build: hello_world.nim - nim c hello_world.nim diff --git a/nim/sums/makefile b/nim/samples-from-scratch/taylor-expansions/makefile diff --git a/nim/sums/sums b/nim/samples-from-scratch/taylor-expansions/sums Binary files differ. diff --git a/nim/sums/sums.nim b/nim/samples-from-scratch/taylor-expansions/sums.nim diff --git a/python/hello-world.py b/python/hello-world.py @@ -1 +0,0 @@ -print("Hello world!") -\ No newline at end of file