8 lines
88 B
Text
8 lines
88 B
Text
class Main
|
|
{
|
|
public static Void main ()
|
|
{
|
|
p := Process (["ls"])
|
|
p.run
|
|
}
|
|
}
|