test

Javascript code posted
created at 14 Jan 05:30, updated at 11 Aug 07:25

Edit | Back
1
2
3
4
5
var myVar = "Linux Sux";

function myFunction() {
    alert(myVar);
};
74 Bytes in 2 ms with coderay