ecl/examples/build/hello_aux.c
Daniel Kochmanski 768eb27079 Remove "copyright" from examples/
Examples were relicensed (under permission from JJGR) to BSD-2-Clause a few
years back. We also remove Copyright from individual files to match the
convention that examples doesn't have that (whole codebase is under JJGR's
copyright too).
2018-08-10 07:36:02 +02:00

2 lines
44 B
C

const char *hello_string = "Hello world!";