276ba120ed
Copied from alpha. Signed-off-by: Pavel Zbitskiy <pavel.zbitskiy@gmail.com> Message-Id: <20180821025104.19604-2-pavel.zbitskiy@gmail.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: David Hildenbrand <david@redhat.com> Signed-off-by: Cornelia Huck <cohuck@redhat.com>
8 lines
82 B
C
8 lines
82 B
C
#include <unistd.h>
|
|
|
|
int main(void)
|
|
{
|
|
write(1, "hello\n", 6);
|
|
return 0;
|
|
}
|