mirror of
https://github.com/revanced/Apktool.git
synced 2024-11-18 10:29:26 +01:00
add HelloWorld test smali file into unit-test
This commit is contained in:
parent
743e67ac9e
commit
1de4525534
@ -0,0 +1,15 @@
|
|||||||
|
.class public LHelloWorld;
|
||||||
|
|
||||||
|
.super Ljava/lang/Object;
|
||||||
|
|
||||||
|
.method public static main([Ljava/lang/String;)V
|
||||||
|
.registers 2
|
||||||
|
|
||||||
|
sget-object v0, Ljava/lang/System;->out:Ljava/io/PrintStream;
|
||||||
|
|
||||||
|
const-string v1, "Hello World!"
|
||||||
|
|
||||||
|
invoke-virtual {v0, v1}, Ljava/io/PrintStream;->println(Ljava/lang/String;)V
|
||||||
|
|
||||||
|
return-void
|
||||||
|
.end method
|
Loading…
Reference in New Issue
Block a user