Project

General

Profile

Bug #3211 » main.c

GNUtoo, 2022-04-01 10:00 PM

 
1
#include <stdio.h>
2
int main()
3
{ 
4
	printf("Hello world\n"); 
5
	return 0;
6
}
(2-2/3)