mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-22 17:55:57 +01:00
6 lines
76 B
JavaScript
Executable File
6 lines
76 B
JavaScript
Executable File
#!/usr/bin/env node
|
|
|
|
const assert = require('assert');
|
|
|
|
assert(1 + 1 === 2)
|