This website requires JavaScript.
Explore
Help
Sign in
kforney
/
pentest-distro-builder
Watch
1
Star
0
Fork
You've already forked pentest-distro-builder
0
mirror of
https://github.com/kforney/pentest-distro-builder.git
synced
2024-11-01 08:59:11 -06:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
d52e756126
pentest-distro-builder
/
filesystem
/
etc
/
skel
/
Templates
/
prog
/
c++.cpp
10 lines
99 B
C++
Raw
Normal View
History
Unescape
Escape
Update parrot-build. Former-commit-id: e5cc9a092d04fb19a8639b235c912426e109561f Former-commit-id: 57ffa6957f9edc0735ac97c86594b1b27d4dbde9
2018-10-17 14:11:16 -06:00
#
include
<iostream>
using
namespace
std
;
main
(
)
{
Move stuff to /etc/skel Former-commit-id: d5258c85bc64490459ad2e9f3fc043d6d8820a59 Former-commit-id: aaf57e63c1976b3960fee717c68c3b09dc1a94ff
2018-10-18 13:47:28 -06:00
cout
<
<
"
Hello, World!
"
<
<
endl
;
Update parrot-build. Former-commit-id: e5cc9a092d04fb19a8639b235c912426e109561f Former-commit-id: 57ffa6957f9edc0735ac97c86594b1b27d4dbde9
2018-10-17 14:11:16 -06:00
return
0
;
}
Reference in a new issue
Copy permalink