Update test.txt

This commit is contained in:
Karlatemp 2024-07-04 03:27:46 +00:00
parent 02376290df
commit 3cf4ac234c

@ -1,5 +1,12 @@
Line!
function debugUseOnly() {}
function test() {
}
debugUseOnly()
myfunction()
}
function myfunction() {
}