index
:
zig-playground
main
learning zig
johannst
summary
refs
log
blame
commit
diff
log msg
author
committer
range
path:
root
/
example-cross-compile-cpp
/
lin.cc
blob: 5d70f915d08226cc386f181e0dd90dbbc18fde40 (
plain
) (
tree
)
ed6bd7f
1
2
3
4
5
#include
<stdio.h>
int
main
()
{
puts
(
"hello from cpp main()"
);
}