mirror of
https://github.com/LearningOS/rust-based-os-comp2022.git
synced 2026-02-09 13:15:35 +08:00
5 lines
62 B
Python
5 lines
62 B
Python
import base
|
|
|
|
if __name__ == '__main__':
|
|
base.test([], [])
|