Files
yallie 9fa3874800 Added the contents of the archive.
Moved the original file to the archive subfolder.
2017-11-20 16:11:42 +03:00

7 lines
83 B
JavaScript

package cmdline_f20{
class cls1{
function go(){
print(4321)
}
}
}