4 lines
135 B
Typst
Raw Normal View History

2024-12-02 22:56:33 +01:00
#import "algorithms/fcfs.typ": FCFS
#import "algorithms/pr.typ": Pr
#import "algorithms/srtf.typ": SRTF
#import "algorithms/rr.typ": RR