Skip to content

Instantly share code, notes, and snippets.

View owliao's full-sized avatar
⚰️
Learning

🦉枭 owliao

⚰️
Learning
View GitHub Profile
@owliao
owliao / 📊 Weekly development breakdown
Last active July 28, 2023 00:45
WakaTimeForSnowowlet
Kotlin 18 hrs 8 mins ██████████░░░░░░░░░░░ 48.2%
Java 16 hrs 19 mins █████████░░░░░░░░░░░░ 43.3%
XML 3 hrs 7 mins █▋░░░░░░░░░░░░░░░░░░░ 8.3%
Text 2 mins ░░░░░░░░░░░░░░░░░░░░░ 0.1%
Properties 1 min ░░░░░░░░░░░░░░░░░░░░░ 0.1%
{"lastUpload":"2022-03-27T05:41:57.807Z","extensionVersion":"v3.4.3"}
@owliao
owliao / Test.java
Created October 31, 2020 06:56
击剑
import java.util.Scanner;
public class Test {
public static void main(String[] args){
System.out.println("1");
Hero T1 = new Hero();
Monster M1 = new Monster();
Bouter B1 = new Bouter();
B1.BoutBegin(T1.name,T1.atk1,T1.san1,T1.def1,M1.name,M1.atk1,M1.san1,M1.def1);
}
}