From a49ce4625721914b5b393234082937860811f88b Mon Sep 17 00:00:00 2001 From: andipiee Date: Sun, 11 Feb 2024 17:17:23 +0700 Subject: [PATCH 1/2] created file andipiee --- andipiee | 1 + 1 file changed, 1 insertion(+) create mode 100644 andipiee diff --git a/andipiee b/andipiee new file mode 100644 index 0000000..1e8ceef --- /dev/null +++ b/andipiee @@ -0,0 +1 @@ +Andi Prastyawan - Backend Engineer From 1e057fea5142e691ed52621a0f058d3ced865409 Mon Sep 17 00:00:00 2001 From: andipiee Date: Sun, 11 Feb 2024 17:42:02 +0700 Subject: [PATCH 2/2] add hello_world shebang script --- hello_world | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 hello_world diff --git a/hello_world b/hello_world new file mode 100755 index 0000000..8cd3464 --- /dev/null +++ b/hello_world @@ -0,0 +1,5 @@ +#!/usr/bin/env nix-shell +#! nix-shell -i python -p python311 --pure +#! nix-shell -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/fb0c047e30b69696acc42e669d02452ca1b55755.tar.gz + +print("Hello World") \ No newline at end of file