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
09fc2f2027
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: 94ef9665e63dd09fe4e9f7f6e4afa85d60c9c80a 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: 7bddceacd727c25153cd0ec03cf8b0d4011484d5 Former-commit-id: aaf57e63c1976b3960fee717c68c3b09dc1a94ff
2018-10-18 13:47:28 -06:00
cout
<
<
"
Hello, World!
"
<
<
endl
;
Update parrot-build. Former-commit-id: 94ef9665e63dd09fe4e9f7f6e4afa85d60c9c80a Former-commit-id: 57ffa6957f9edc0735ac97c86594b1b27d4dbde9
2018-10-17 14:11:16 -06:00
return
0
;
}
Reference in a new issue
Copy permalink