mirror of
https://github.com/SSCLI/sscli_20021101
synced 2026-06-08 12:28:57 +00:00
9fa3874800
Moved the original file to the archive subfolder.
5 lines
82 B
JavaScript
5 lines
82 B
JavaScript
package cmdline_f02{
|
|
class bar{
|
|
public function baz(){print("123456")}
|
|
}
|
|
} |