summaryrefslogtreecommitdiffstats
path: root/onetimebluh.c
blob: f95cf351007b85ac4a83d3ce3d3c4cab4b8efd7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include<stdio.h>
#include<stdlib.h>

int main(int argc,char* argv[]) {
	printf("Blblblbl \n");
        printf("Uh-Uh-Uh!\n");
	printf("Ronf ROnf ROOOOOOOONF \n");
	int a=0;
	scanf("%d",&a);
	printf("%d \n",a);
	return 0;
}