/*
 * Return the integer 42 on the HP data stack.
 * Copyright (C) 1994 Alex T Ramos. All rights reserved. No warranty.
 * 
 */


#include <hp48/main.h>

int	main(int argc, char *argv[])
{
	return 42;
}
    


syntax highlighted by Code2HTML, v. 0.9.1