Docs: update docs and results

This commit is contained in:
2025-11-06 04:34:46 +08:00
parent 096a026916
commit 97ee8ca514
5 changed files with 44 additions and 0 deletions

18
docs/main.typ Normal file
View File

@@ -0,0 +1,18 @@
#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("../intset.go"))
== Result
#code(read("../result"))