@@ -0,0 +1 @@
+RUN apt-get install nim -y
+nim c --r --hints:off -
+RUN apt-get install wget unzip -y
@@ -0,0 +1,5 @@
+RUN wget -c https://github.com/odin-lang/Odin/releases/download/dev-2024-03/odin-ubuntu-amd64-dev-2024-03.zip
+RUN unzip odin-ubuntu-amd64-dev-2024-03.zip
+RUN unzip dist.zip
+RUN mv dist .odin
+RUN rm *.zip
@@ -0,0 +1,3 @@
+IN="$(mktemp --suffix .odin)"
+
+/home/user/.odin/odin run "$IN" -file