initial commit
This commit is contained in:
commit
e1d1a11f00
|
@ -0,0 +1,8 @@
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
|
int
|
||||||
|
main()
|
||||||
|
{
|
||||||
|
puts("hello");
|
||||||
|
return 0;
|
||||||
|
}
|
Loading…
Reference in New Issue