Compare commits

...

6 Commits

@ -0,0 +1,6 @@
Reading Log
2023.10.30 23点39分
成功导入了mi_notes的源代码着手开始
成功搭建了java的环境但是对于怎么读开源代码还是没有什么头绪。

@ -0,0 +1 @@
Subproject commit fb0f8b9b757b48a27fa767b1630b0fb27fb02675

@ -0,0 +1,5 @@
public class hello{
public static void main(String[] args) {
System.out.println("hello world");
}
}
Loading…
Cancel
Save