diff options
Diffstat (limited to 'ripple/data')
-rw-r--r-- | ripple/data/hello.c | 5 | ||||
-rw-r--r-- | ripple/data/hello.c.license | 3 |
2 files changed, 8 insertions, 0 deletions
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 <stdio.h> + +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 <v@unfathomable.blue> +SPDX-FileCopyrightText: edef <edef@unfathomable.blue> +SPDX-License-Identifier: CC0-1.0 |