This website requires JavaScript.
Explore
Help
Sign In
mirror
/
ELFIO
Watch
1
Star
0
Fork
0
You've already forked ELFIO
mirror of
https://github.com/serge1/ELFIO.git
synced
2024-11-02 11:27:03 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5a5ba2dc09
ELFIO
/
tests
/
elf_examples
/
test_ppc.cpp
9 lines
88 B
C++
Raw
Normal View
History
Unescape
Escape
Convert all files to UNIX EOL
2012-11-27 09:45:28 +00:00
#
include
<iostream>
int
main
(
)
{
std
:
:
cout
<
<
"
Hello
"
<
<
std
:
:
endl
;
return
0
;
}
Reference in New Issue
Copy Permalink