About
Contact
QtCreator
KDevelop
Solarized
1
#include
<stdio.h>
2
int
main
(
) {
3
puts
(
s:
"initial hello"
);
4
puts
(
s:
"hello from the other side"
);
5
}
6