summaryrefslogtreecommitdiff
path: root/contrib/helloimage/podman_hello_world.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/helloimage/podman_hello_world.c')
-rw-r--r--contrib/helloimage/podman_hello_world.c26
1 files changed, 0 insertions, 26 deletions
diff --git a/contrib/helloimage/podman_hello_world.c b/contrib/helloimage/podman_hello_world.c
deleted file mode 100644
index ee574130d..000000000
--- a/contrib/helloimage/podman_hello_world.c
+++ /dev/null
@@ -1,26 +0,0 @@
-//###
-// ASCII art by the incomparable Máirín Duffy,
-// duffy@redhat.com, Twitter: @mairin
-// January 2022
-//###
-
-#include <stdio.h>
-int main() {
- puts("\
-!... Hello Podman World ...!\n\
-\n\
- .--\"--. \n\
- / - - \\ \n\
- / (O) (O) \\ \n\
- ~~~| -=(,Y,)=- | \n\
- .---. /` \\ |~~ \n\
- ~/ o o \\~~~~.----. ~~ \n\
- | =(X)= |~ / (O (O) \\ \n\
- ~~~~~~~ ~| =(Y_)=- | \n\
- ~~~~ ~~~| U |~~ \n\
-\n\
-Project: https://github.com/containers/podman\n\
-Website: https://podman.io\n\
-Documents: https://docs.podman.io\n\
-Twitter: @Podman_io");
-}