repo.or.cz
/
scons.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ci skip] update generated files
[scons.git]
/
test
/
Batch
/
changed_sources_main.cpp
blob
886d0bcf6a1c39501e00ff0bdc89c71009f0b16a
1
// SPDX-License-Identifier: MIT
2
//
3
// Copyright The SCons Foundation
4
5
#include <iostream>
6
7
int
main
()
8
{
9
std
::
cout
<<
"Hello, world!
\n
"
;
10
}