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

5 lines
82 B
JavaScript

package cmdline_f02{
class bar{
public function baz(){print("123456")}
}
}