2018-08-22 01:37:32 -03:00

7 lines
99 B
Plaintext
Executable File

Scope(\) {
Method(_WAK) {
Store ("Hello World", Debug)
Return(Package(2){0x00000000,0})
}
}