Sign in
cobalt
/
cobalt.git
/
0a28a8fa312d64217177b774535966deff46f251
/
.
/
src
/
third_party
/
mozjs-45
/
testing
/
mozbase
/
mozprocess
/
tests
/
procnonewline.py
blob: 428a02bcb53639a41fac7afc93b970632a40cbdb [
file
]
import
sys
print
"this is a newline"
sys
.
stdout
.
write
(
"this has NO newline"
)