From 534ea2ff306b43992dc51506fdbf10bb58d0c784 Mon Sep 17 00:00:00 2001 From: edef Date: Wed, 22 Dec 2021 23:52:29 +0000 Subject: ripple/data: add hello.c Bog standard C hello world. The license info, insofar relevant, is kept separately because it's an unnecessary contaminant. Change-Id: Icf48e11fa44618a7f265f8b083e8a02dc6387711 --- ripple/data/hello.c | 5 +++++ ripple/data/hello.c.license | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 ripple/data/hello.c create mode 100644 ripple/data/hello.c.license (limited to 'ripple/data') diff --git a/ripple/data/hello.c b/ripple/data/hello.c new file mode 100644 index 0000000..a262b3f --- /dev/null +++ b/ripple/data/hello.c @@ -0,0 +1,5 @@ +#include + +int main() { + printf("hello, world!\n"); +} diff --git a/ripple/data/hello.c.license b/ripple/data/hello.c.license new file mode 100644 index 0000000..26667bf --- /dev/null +++ b/ripple/data/hello.c.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: V +SPDX-FileCopyrightText: edef +SPDX-License-Identifier: CC0-1.0 -- cgit 1.4.1