Edits history of script submission #301 for ' Echo argument (windmill)'

  • python3
    #import wmill\n\ndef main(x: str):\n  return x // TEST

    Submitted by adam186 1198 days ago

  • python3
    #import wmill
    
    def main(x: str):
      return x

    Submitted by adam186 1198 days ago

  • python3
    // import * as wmill from 'https://deno.land/x/windmill/index.ts'
    
    export async function main(x: string) {
      return x
    }

    Submitted by adam186 1198 days ago