aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--entries/markusde/james-yoo/run.sh5
-rw-r--r--people.json6
2 files changed, 10 insertions, 1 deletions
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..347aaa1 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"
+ }
]
},
{