diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2023-12-06 05:14:16 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2023-12-06 05:14:16 +0000 |
commit | eedf960be55a351b1f17f65c8b85962e26a4abb9 (patch) | |
tree | 34fed9e3970f9a5bd5324bc544dfe9615484189c /wk2/sect2 | |
parent | 96c83d086e1d9a016f630da0fc6344baf4de13c1 (diff) |
Tue, Dec 5, 2023, 9:14 PM -08:00
Diffstat (limited to 'wk2/sect2')
-rw-r--r-- | wk2/sect2/alpha.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wk2/sect2/alpha.c b/wk2/sect2/alpha.c index fe25b17..760a865 100644 --- a/wk2/sect2/alpha.c +++ b/wk2/sect2/alpha.c @@ -16,4 +16,5 @@ int main(void) return 0; } } + printf("Yes\n"); } |