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.
7 lines
83 B
JavaScript
7 lines
83 B
JavaScript
package cmdline_f20{
|
|
class cls1{
|
|
function go(){
|
|
print(4321)
|
|
}
|
|
}
|
|
} |