mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
more sequelize stuff
This commit is contained in:
5
rootfs_overlay/lkmc/nodejs/assert_cheat.js
Executable file
5
rootfs_overlay/lkmc/nodejs/assert_cheat.js
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
const assert = require('assert');
|
||||
|
||||
assert(1 + 1 === 2)
|
||||
Reference in New Issue
Block a user