Feat: done

This commit is contained in:
2025-10-08 19:24:13 +08:00
commit 96982b9ae9
9 changed files with 100 additions and 0 deletions

20
docs/main.typ Normal file
View File

@@ -0,0 +1,20 @@
#import "template/module.typ": *
#show: default.with(
title: "Golang Homework 5",
authors: ((
name: "Yi-Ting Shih (111550013)",
affiliation: "National Yang Ming Chaio Tung University",
email: "ytshih@cs.nycu.edu.tw",
),),
)
== Code
#code(read("../reverse.go"))
This code doesn't allocate new memory except array subscript `i, l, r`.
== Result
#code(read("../result"))