1
1
Fork 0
CCNA_Autofill_Userscript/fetch.user.js

3 lines
52 B
JavaScript
Raw Normal View History

2024-05-23 14:10:05 +00:00
export function hello(){
console.log("hello");
}