mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-26 22:38:30 +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
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