diff options
Diffstat (limited to 'comp/lucas-standen-NEA/code2/sample.zpy')
-rw-r--r-- | comp/lucas-standen-NEA/code2/sample.zpy | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/comp/lucas-standen-NEA/code2/sample.zpy b/comp/lucas-standen-NEA/code2/sample.zpy index 57b954f..e69de29 100644 --- a/comp/lucas-standen-NEA/code2/sample.zpy +++ b/comp/lucas-standen-NEA/code2/sample.zpy @@ -1,9 +0,0 @@ -(struct ll) - (def data:void*) - (def next:ll*) -(endstruct) - -(defun main int) - (let node:ll* (alloc (sizeof ll*))) - (return 0) -(endfun) |