all about go, ruby, python, perl, java, scala, osgi, RCP computing, network, hacking, security, encryption. and other interesting stuff
package mainimport ( "encoding/base64"; "io"; "os";)func main() { e := base64.NewEncoder(base64.StdEncoding, os.Stdout) io.Copy(e, os.Stdin) e.Close()}
Keine Kommentare:
Kommentar veröffentlichen