From 0cd335d8d14ec8237d224374351b9115cf629afc Mon Sep 17 00:00:00 2001 From: markusde Date: Sat, 29 Oct 2022 10:50:21 -0700 Subject: add james yoo --- entries/markusde/james-yoo/run.sh | 5 +++++ people.json | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 entries/markusde/james-yoo/run.sh diff --git a/entries/markusde/james-yoo/run.sh b/entries/markusde/james-yoo/run.sh new file mode 100644 index 0000000..17f7b06 --- /dev/null +++ b/entries/markusde/james-yoo/run.sh @@ -0,0 +1,5 @@ +#!/bin/sh +wget -O Fib.scala https://raw.githubusercontent.com/braxtonhall/fib/main/entries/jyoo980/scala/Fib.scala +echo "println(fib($1))" >> Fib.scala +scala Fib.scala +rm ./Fib.scala diff --git a/people.json b/people.json index a65e8b6..678d69d 100644 --- a/people.json +++ b/people.json @@ -484,7 +484,11 @@ { "name": "collatz", "link": "./entries/markusde/collatz/collatz.png" - } + }, + { + "name": "james-yoo" + "link": "./entries/markusde/james-yoo/run.sh" + } ] }, { -- cgit v1.2.3-70-g09d2