7 lines
99 B
Plaintext
Raw Normal View History

2015-08-26 18:29:17 -07:00
Scope(\) {
Method(_WAK) {
Store ("Hello World", Debug)
Return(Package(2){0x00000000,0})
}
}