Docs: update docs and results
This commit is contained in:
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
[submodule "docs/template"]
|
||||
path = docs/template
|
||||
url = ../typst-template
|
||||
BIN
docs/main.pdf
Normal file
BIN
docs/main.pdf
Normal file
Binary file not shown.
18
docs/main.typ
Normal file
18
docs/main.typ
Normal 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
1
docs/template
Submodule
Submodule docs/template added at 5a290913a2
22
result
Normal file
22
result
Normal 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)
|
||||
Reference in New Issue
Block a user