From f5f75d54ab6078a3b14c07eae3c31a5db1596b07 Mon Sep 17 00:00:00 2001 From: Marcel Weiher Date: Fri, 20 May 2016 18:09:53 +0200 Subject: [PATCH] Create obj.st Objective-Smalltalk is a Smalltalk running on the Objective-C runtime and Unix friendly. --- o/obj.st | 1 + 1 file changed, 1 insertion(+) create mode 100644 o/obj.st diff --git a/o/obj.st b/o/obj.st new file mode 100644 index 00000000..d77f07ff --- /dev/null +++ b/o/obj.st @@ -0,0 +1 @@ +stdout println:'Hello World!'.