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