rule all:
    output: "out.txt"
    resources: mem_mb=1024
    threads: 1
    shell: "echo hello > {output}"
