mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 11:37:35 +00:00
7 lines
107 B
C++
7 lines
107 B
C++
|
#include "ctl/ostream.h"
|
||
|
|
||
|
int main(int argc, char* argv[]) {
|
||
|
ctl::cout << "hello world\n";
|
||
|
return 0;
|
||
|
}
|