This commit is contained in:
Timer
2026-04-08 19:15:15 +08:00
parent abdd3b7add
commit 6c08c4fd1b
2 changed files with 19 additions and 14 deletions

View File

@ -1,9 +0,0 @@
package com.sipai.activiti;
public class Test {
public static void main(String[] args) {
int a = 3;
int b = 3;
System.out.println(a % b);
}
}