#include <nymph.h>

int main() {
    print("Hello, World!");
    return 0;
}