Help for this page

Select Code to Download


  1. or download this
    package main
    
    ...
    func Yaph () {
        fmt.Println("Every day I get in the queue...");
    }
    
  2. or download this
    go build -o yaph.so -buildmode=c-shared
    
  3. or download this
    #!/usr/bin/env perl
    
    ...
    Yaph();
    
    __END__