logo

eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee

Unnamed repository; edit this file 'description' to name the repository.
commit: 9e36a11565fe46d14d3e9cfa53f628627184705c
parent 918ea161edbaac956523ac52312e5a230c91cb10
Author: iliana weller <ilianaw@buttslol.net>
Date:   Tue, 11 Dec 2018 12:12:31 -0800

Eeeee EE #590 eeee Adorable-Catgirl/patch-1

phone home

Diffstat:

Ae.t15+++++++++++++++
1 file changed, 15 insertions(+), 0 deletions(-)

diff --git a/e.t b/e.t @@ -0,0 +1,15 @@ +terralib.nativetarget = terralib.newtarget { + Triple = "x86_64-pc-linux-gnu", + CPU = "x86-64", +} + +stdio = terralib.includec("stdio.h") + +terra main(argc : int, argv : &rawstring) + while true do + stdio.printf("e") + end + return 0 +end + +main(0, nil)