add AST comment

This commit is contained in:
2021-03-31 13:45:47 +08:00
parent e7e7acd153
commit 03c79f0b6c
3 changed files with 37 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
/*
* Author: Walter
* Student ID: 1930006025
* Assignment_1_Problem_3
* uncompress using AST method
*/
#include <stdbool.h>
#include <stddef.h>
#include <stdio.h>