index
:
scintilla-mirror
master
sciteco-dev-pre-v2.0.0
sciteco-rel-5-1-3
sciteco-rel-5-3-4
sciteco-rel-5-5-2
sciteco-rel-5-5-4
sciteco-rel-5-5-7
Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
examples
/
x.cxx
blob: 255a70e7c8273dd6e60aeef871293bba0398cccd (
plain
)
1
2
3
4
// A demonstration program
int
main
()
{
printf
(
"hello world %d
\n
"
,
9
);
}