diff --git a/andipiee b/andipiee new file mode 100644 index 0000000..1e8ceef --- /dev/null +++ b/andipiee @@ -0,0 +1 @@ +Andi Prastyawan - Backend Engineer 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