From 828dd435725ea315abd2ea9875325ee3b17041a9 Mon Sep 17 00:00:00 2001 From: "Nathan P. Reiner" Date: Thu, 15 Dec 2022 18:20:33 +0100 Subject: did this while lecture (builtins, parsing, exec and env by stdlib) --- smash/test.c | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 smash/test.c (limited to 'smash/test.c') diff --git a/smash/test.c b/smash/test.c new file mode 100644 index 0000000..cb3f748 --- /dev/null +++ b/smash/test.c @@ -0,0 +1,3 @@ +int main() { + return 0; +} -- cgit v1.2.3-70-g09d2