Sign in
cobalt
/
cobalt.git
/
811113cfaae5e9fe4fd3cc083d3a6aee2e37f2bf
/
.
/
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"
)