mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 10:15:57 +01:00
7 lines
81 B
Python
Executable File
7 lines
81 B
Python
Executable File
#!/usr/bin/env python3
|
|
|
|
import helloworld
|
|
import primes
|
|
|
|
print(primes.primes(4))
|