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

3
.gitmodules vendored Normal file
View File

@@ -0,0 +1,3 @@
[submodule "docs/template"]
path = docs/template
url = ../typst-template

BIN
docs/main.pdf Normal file

Binary file not shown.

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"))

1
docs/template Submodule

Submodule docs/template added at 5a290913a2

22
result Normal file
View File

@@ -0,0 +1,22 @@
=== RUN TestLen
--- PASS: TestLen (0.00s)
=== RUN TestRemove
--- PASS: TestRemove (0.00s)
=== RUN TestClear
--- PASS: TestClear (0.00s)
=== RUN TestCopy
--- PASS: TestCopy (0.00s)
=== RUN TestAddAll
--- PASS: TestAddAll (0.00s)
=== RUN TestIntersectWith
--- PASS: TestIntersectWith (0.00s)
=== RUN TestDifferenceWith
--- PASS: TestDifferenceWith (0.00s)
=== RUN TestSymmetricDifference
--- PASS: TestSymmetricDifference (0.00s)
=== RUN Example_one
--- PASS: Example_one (0.00s)
=== RUN Example_two
--- PASS: Example_two (0.00s)
PASS
ok intset (cached)