Create CrashTestDummy.js

This commit is contained in:
StellarX20 2022-01-22 16:19:57 -05:00 committed by GitHub
parent 1c8667bb33
commit 3242ce3770
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

3
mods/CrashTestDummy.js Normal file
View File

@ -0,0 +1,3 @@
function pepe (pepe1: string, pepe2: boolean, pepe3: number) {
pepe("pepe", true, 100)
}