From 03a10cd51663dfafe589d77e4d552ba93df976a3 Mon Sep 17 00:00:00 2001 From: Parth Goyal <32260753+ParthGoyal1508@users.noreply.github.com> Date: Sun, 29 Oct 2017 05:16:54 +0000 Subject: [PATCH] helloworld_in_cduce --- hello_world.xsd | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 hello_world.xsd diff --git a/hello_world.xsd b/hello_world.xsd new file mode 100644 index 0000000..6afaf24 --- /dev/null +++ b/hello_world.xsd @@ -0,0 +1,3 @@ +(* Hello World in CDuce *) + +print "Hello World!\n";;