How to read from standard input and write to standard output?

No 2 Semua (balik urutan) |

yuku@gofaq : 2009-11-25 09:28:15 UTC+0000
How to read from standard input and write to standard output?

os.Stdin and os.Stdout acts as automatically opened os.File, so you can read and write
to it. They are automatically io.Writer and io.Reader too, because they implement

func (file *File) Write(b []byte) (n int, err Error)
  and
func (file *File) Read(b []byte) (n int, err Error)

There is os.Stderr too.

 

Kau akan ngepos secara anonim! Boleh2 aja sih, bahkan tulis nama dan sembarang paswod pun boleh. Tapi kalo mau daftar, klik daftar

Nama Pwd gp jsp nam+satu= +img +coret

 

|

|

|

|

|

|

|

|

|

|

|

|

|

|

|

|

|

|

|

|

|

|

|

|

|

|

|

|