Pastelyst
Home
All Pastes
Search
Test
RAW
Download
Clipboard
Facebook
Tweet
#include
<iostream>
int
main() {
std::cout
<<
"hello
\n
"
;
return
0
; }