pawn-compiler/source/compiler/tests/pcode_test_example.pwn

6 lines
59 B
Plaintext

#include <console>
main() {
printf("Hello World!");
}