mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-06 19:28:29 +00:00
Fix regression with last commit
This commit is contained in:
parent
d3f87f4c64
commit
d3167126aa
5 changed files with 12 additions and 12 deletions
|
@ -39,6 +39,7 @@ EXAMPLES_BINS = \
|
|||
$(EXAMPLES_COMS:%=%.dbg)
|
||||
|
||||
EXAMPLES_DIRECTDEPS = \
|
||||
CTL \
|
||||
DSP_CORE \
|
||||
DSP_SCALE \
|
||||
DSP_TTY \
|
||||
|
|
6
examples/helloplus.cc
Normal file
6
examples/helloplus.cc
Normal file
|
@ -0,0 +1,6 @@
|
|||
#include "ctl/ostream.h"
|
||||
|
||||
int main(int argc, char* argv[]) {
|
||||
ctl::cout << "hello world\n";
|
||||
return 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue