mirror of
https://github.com/revanced/smali.git
synced 2025-05-16 06:07:05 +02:00
Removed the old HelloWorld example
git-svn-id: https://smali.googlecode.com/svn/trunk@72 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
This commit is contained in:
parent
d54c635f84
commit
608ed0ef87
@ -1,21 +0,0 @@
|
||||
.class Lpublic HelloWorld;
|
||||
.super Ljava/lang/Object;
|
||||
|
||||
.method public <init>()V
|
||||
.registers 1
|
||||
|
||||
invoke-direct {v0}, java/lang/Object.<init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public static main([Ljava/lang/String;)V
|
||||
.registers 4
|
||||
|
||||
sget-object v0, java/lang/System.out Ljava/io/PrintStream;
|
||||
const-string v1, "Hello World!"
|
||||
|
||||
invoke-virtual {v0, v1}, java/io/PrintStream.print(Ljava/Lang/Stream;)V
|
||||
|
||||
return-void
|
||||
.end method
|
Loading…
x
Reference in New Issue
Block a user