All pastes #2024349 Raw Edit

Hello Word

public c v1 · immutable
#2024349 ·published 2010-12-20 11:23 UTC
rendered paste body
#define STRINGA "Hello World!"#include <stdio.h>int main () {	printf (STRINGA);	return (0);}