Files
workspace/python/syntax/test.py
e2hang ebcee63b7c New
2026-01-09 00:05:37 +08:00

6 lines
47 B
Python

public class Matrix{
public int[] arr;
}