Files
golang-w9/docs/main.typ

19 lines
323 B
Typst

#import "template/module.typ": *
#show: default.with(
title: "Golang Week 9 Homework",
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"))